SLING-7048 - Add an integration test for scripted tag files

Exclude old OSGi artifacts from testing-war

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1805293 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 96b2c3f..00ded4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -205,6 +205,12 @@
              <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>
+             </exclusions>
         </dependency>
 
         <!-- Dependencies for the Test Build and Run -->
@@ -252,7 +258,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
-            <scope>test</scope>
+            <scope>test</scope> 
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>