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 2013/08/12 14:59:57 UTC

svn commit: r1513125 - /sling/trunk/launchpad/integration-tests/pom.xml

Author: rombert
Date: Mon Aug 12 12:59:57 2013
New Revision: 1513125

URL: http://svn.apache.org/r1513125
Log:
SLING-3013 - Launchpad integration tests: avoid mixing junit and
junit-dep artifacts

Exclude transitive dep on junit:junit-dep.

Modified:
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1513125&r1=1513124&r2=1513125&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Mon Aug 12 12:59:57 2013
@@ -137,6 +137,10 @@
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-simple</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>junit</groupId>
+          <artifactId>junit-dep</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>