SLING-4283 - Use config from builder in testing application

-- Added dependency on org.apache.sling:org.apache.sling.launchpad:8-SNAPSHOT:partialbundlelist:bundlelist to enable inclusion of default launchpad config in testing app
-- Updated the version of maven-luanchpad-plugin to 2.3.3-SNPASHOT to include fix for SLING-4284
-- Removed the config for SegmentNodeStoreService as that would be provided by launchpad/builder config

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1649772 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 783cd65..847a4f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>maven-launchpad-plugin</artifactId>
-                <version>2.3.0</version>
+                <version>2.3.3-SNAPSHOT</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>
@@ -454,6 +454,13 @@
     </profiles>
 
     <dependencies>
+        <dependency>
+            <groupId>org.apache.sling</groupId>
+            <artifactId>org.apache.sling.launchpad</artifactId>
+            <version>8-SNAPSHOT</version>
+            <type>partialbundlelist</type>
+            <classifier>bundlelist</classifier>
+        </dependency>
 
       <!-- The integration tests -->
         <dependency>
diff --git a/src/main/config/org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg b/src/main/config/org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg
deleted file mode 100644
index 65f1cd1..0000000
--- a/src/main/config/org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg
+++ /dev/null
@@ -1,2 +0,0 @@
-name=Default NodeStore
-repository.home=sling/oak/repository
\ No newline at end of file