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/11/07 09:20:55 UTC

[sling-org-apache-sling-commons-classloader] 06/15: Explicitely adding dependency

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.commons.classloader-1.3.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-classloader.git

commit d3118aceb16bdfd1b0564b7c523daf474c9d65fb
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Mar 19 15:48:32 2012 +0000

    Explicitely adding dependency
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/classloader@1302516 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index e39f16d..cf6e9cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.