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 2004/09/24 18:10:33 UTC

svn commit: rev 47167 - in incubator/directory/ldap/trunk/common: . src/java/org/apache/ldap/common/schema

Author: akarasulu
Date: Fri Sep 24 09:10:32 2004
New Revision: 47167

Added:
   incubator/directory/ldap/trunk/common/src/java/org/apache/ldap/common/schema/
Modified:
   incubator/directory/ldap/trunk/common/project.xml
Log:
Preping common for introduction of schema classes from the sandbox with the
move.  Getting rid of unnecessary deps and adding those that are needed for
testing.

More dep removal will occur on this project.


Modified: incubator/directory/ldap/trunk/common/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/common/project.xml	(original)
+++ incubator/directory/ldap/trunk/common/project.xml	Fri Sep 24 09:10:32 2004
@@ -45,13 +45,6 @@
       <url>http://jakarta.apache.org/commons/lang</url>
     </dependency>
 
-    <dependency>
-      <groupId>commons-codec</groupId>
-      <artifactId>commons-codec</artifactId>
-      <version>SNAPSHOT</version>
-      <url>http://jakarta.apache.org/commons/codec</url>
-    </dependency>
-
 		<dependency>
 			<groupId>regexp</groupId>
 			<artifactId>regexp</artifactId>
@@ -59,12 +52,19 @@
 			<url>http://jakarta.apache.org/regexp/index.html</url>
 		</dependency>
 
-		<dependency>
-			<groupId>antlr</groupId>
-			<artifactId>antlr</artifactId>
-			<version>2.7.2</version>
-			<url>http://antlr.org/</url>
-		</dependency>
+    <dependency>
+      <groupId>antlr</groupId>
+      <artifactId>antlr</artifactId>
+      <version>2.7.2</version>
+      <url>http://antlr.org/</url>
+    </dependency>
+
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>3.8.1</version>
+      <url>http://junit.org/</url>
+    </dependency>
 
     <dependency>
       <groupId>incubator-directory</groupId>