You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/08/21 12:25:54 UTC

svn commit: r1805625 - /sling/trunk/launchpad/testing-war/pom.xml

Author: rombert
Date: Mon Aug 21 12:25:54 2017
New Revision: 1805625

URL: http://svn.apache.org/viewvc?rev=1805625&view=rev
Log:
SLING-7067 - TagFileTest fails with launchpad.testing-war only

More exclusions to prevent old OSGi classes from creeping up in the classpath.

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=1805625&r1=1805624&r2=1805625&view=diff
==============================================================================
--- sling/trunk/launchpad/testing-war/pom.xml (original)
+++ sling/trunk/launchpad/testing-war/pom.xml Mon Aug 21 12:25:54 2017
@@ -210,6 +210,10 @@
                      <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>