launchpad/testing: move to parent pom 31

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1806946 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index fc5b938..7b90ca8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>26</version>
+        <version>31</version>
         <relativePath />
     </parent>
 
@@ -93,7 +93,6 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>slingstart-maven-plugin</artifactId>
-                <version>1.7.0</version>
                 <extensions>true</extensions>
                 <executions>
                     <execution>
@@ -212,6 +211,16 @@
              <artifactId>org.apache.sling.launchpad.integration-tests</artifactId>
              <version>1.0.5-SNAPSHOT</version>
              <scope>test</scope>
+             <exclusions>
+                 <exclusion>
+                     <groupId>org.osgi</groupId>
+                     <artifactId>org.osgi.core</artifactId>
+                 </exclusion>
+                 <exclusion>
+                     <groupId>org.apache.felix</groupId>
+                     <artifactId>org.apache.felix.framework</artifactId>
+                 </exclusion>
+             </exclusions>
         </dependency>
 
         <!-- Dependencies for the Test Build and Run -->
@@ -223,7 +232,6 @@
         <dependency>
             <groupId>javax.jcr</groupId>
             <artifactId>jcr</artifactId>
-            <version>2.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -253,17 +261,16 @@
         <dependency>
           <groupId>junit</groupId>
           <artifactId>junit</artifactId>
-          <version>4.11</version>
           <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
+            <artifactId>osgi.cmpn</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>