You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/12/30 19:40:32 UTC

svn commit: r360136 - in /directory/trunk: apacheds-build/pom.xml apacheds-core-unit/pom.xml apacheds/pom.xml

Author: akarasulu
Date: Fri Dec 30 10:40:29 2005
New Revision: 360136

URL: http://svn.apache.org/viewcvs?rev=360136&view=rev
Log:
more dependency cleanups

Modified:
    directory/trunk/apacheds-build/pom.xml
    directory/trunk/apacheds-core-unit/pom.xml
    directory/trunk/apacheds/pom.xml

Modified: directory/trunk/apacheds-build/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/apacheds-build/pom.xml?rev=360136&r1=360135&r2=360136&view=diff
==============================================================================
--- directory/trunk/apacheds-build/pom.xml (original)
+++ directory/trunk/apacheds-build/pom.xml Fri Dec 30 10:40:29 2005
@@ -14,17 +14,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.slf4j</groupId>
-      <artifactId>nlog4j</artifactId>
-      <version>1.2.17</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.ldap.common</groupId>
       <artifactId>org.apache.ldap.common</artifactId>
       <version>0.9.4-SNAPSHOT</version>

Modified: directory/trunk/apacheds-core-unit/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/apacheds-core-unit/pom.xml?rev=360136&r1=360135&r2=360136&view=diff
==============================================================================
--- directory/trunk/apacheds-core-unit/pom.xml (original)
+++ directory/trunk/apacheds-core-unit/pom.xml Fri Dec 30 10:40:29 2005
@@ -11,6 +11,20 @@
   <packaging>jar</packaging>  
   <dependencies>
     <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.17</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>1.0</version>

Modified: directory/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunk/apacheds/pom.xml?rev=360136&r1=360135&r2=360136&view=diff
==============================================================================
--- directory/trunk/apacheds/pom.xml (original)
+++ directory/trunk/apacheds/pom.xml Fri Dec 30 10:40:29 2005
@@ -17,6 +17,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.17</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.asn1</groupId>
       <artifactId>org.apache.asn1</artifactId>
       <version>0.3.4-SNAPSHOT</version>