Author: rombert
Date: Thu Aug 17 14:32:25 2017
New Revision: 1805293

URL: http://svn.apache.org/viewvc?rev=1805293&view=rev
Log:
SLING-7048 - Add an integration test for scripted tag files

Exclude old OSGi artifacts from testing-war

Modified:
    sling/trunk/launchpad/testing-war/pom.xml

Modified: sling/trunk/launchpad/testing-war/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/launchpad/testing-war/pom.xml?rev=1805293&r1=1805292&r2=1805293&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Thu Aug 17 14:32:25 2017
@@ -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>


Reply via email to