Author: cziegeler
Date: Mon Mar 19 15:48:32 2012
New Revision: 1302516
URL: http://svn.apache.org/viewvc?rev=1302516&view=rev
Log:
Explicitely adding dependency
Modified:
sling/trunk/bundles/commons/classloader/pom.xml
Modified: sling/trunk/bundles/commons/classloader/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/classloader/pom.xml?rev=1302516&r1=1302515&r2=1302516&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Mon Mar 19 15:48:32 2012
@@ -204,6 +204,12 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.junit</groupId>
+ <artifactId>com.springsource.org.junit</artifactId>
+ <version>4.9.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.framework</artifactId>
<version>4.0.2</version>