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 2006/10/14 23:08:52 UTC

svn commit: r464028 - in /directory/branches/apacheds/1.0: core/pom.xml pom.xml

Author: akarasulu
Date: Sat Oct 14 14:08:52 2006
New Revision: 464028

URL: http://svn.apache.org/viewvc?view=rev&rev=464028
Log:
centralizing dependencies in parent pom

Modified:
    directory/branches/apacheds/1.0/core/pom.xml
    directory/branches/apacheds/1.0/pom.xml

Modified: directory/branches/apacheds/1.0/core/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/1.0/core/pom.xml?view=diff&rev=464028&r1=464027&r2=464028
==============================================================================
--- directory/branches/apacheds/1.0/core/pom.xml (original)
+++ directory/branches/apacheds/1.0/core/pom.xml Sat Oct 14 14:08:52 2006
@@ -18,19 +18,16 @@
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
-      <version>1.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>nlog4j</artifactId>
-      <version>1.2.25</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>jdbm</groupId>
       <artifactId>jdbm</artifactId>
-      <version>1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.directory.server</groupId>

Modified: directory/branches/apacheds/1.0/pom.xml
URL: http://svn.apache.org/viewvc/directory/branches/apacheds/1.0/pom.xml?view=diff&rev=464028&r1=464027&r2=464028
==============================================================================
--- directory/branches/apacheds/1.0/pom.xml (original)
+++ directory/branches/apacheds/1.0/pom.xml Sat Oct 14 14:08:52 2006
@@ -35,6 +35,100 @@
     <system>JIRA</system>
     <url>http://issues.apache.org/jira/browse/DIRSERVER</url>
   </issueManagement>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.directory.shared</groupId>
+        <artifactId>shared-asn1-codec</artifactId>
+        <version>0.9.5.4-SNAPSHOT</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.directory.daemon</groupId>
+        <artifactId>daemon-bootstrappers</artifactId>
+        <version>1.0.1-SNAPSHOT</version>
+      </dependency>
+
+      <dependency>
+        <groupId>org.apache.mina</groupId>
+        <artifactId>mina-core</artifactId>
+        <version>1.0.0</version>
+      </dependency>      
+      <dependency>
+        <groupId>org.apache.mina</groupId>
+        <artifactId>mina-filter-ssl</artifactId>
+        <version>1.0.0</version>
+      </dependency>
+
+      <dependency>
+        <groupId>commons-io</groupId>
+        <artifactId>commons-io</artifactId>
+        <version>1.2</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-daemon</groupId>
+        <artifactId>commons-daemon</artifactId>
+        <version>1.0.1</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-lang</groupId>
+        <artifactId>commons-lang</artifactId>
+        <version>2.1</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-cli</groupId>
+        <artifactId>commons-cli</artifactId>
+        <version>1.0</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.0.4</version>
+      </dependency>
+      <dependency>
+        <groupId>org.slf4j</groupId>
+        <artifactId>nlog4j</artifactId>
+        <version>1.2.25</version>
+      </dependency>
+      <dependency>
+        <groupId>jdbm</groupId>
+        <artifactId>jdbm</artifactId>
+        <version>1.0</version>
+      </dependency>      
+      <dependency>
+        <groupId>antlr</groupId>
+        <artifactId>antlr</artifactId>
+        <version>2.7.6</version>
+      </dependency>      
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>3.8.1</version>
+      </dependency>      
+      <dependency>
+        <groupId>bouncycastle</groupId>
+        <artifactId>lcrypto-jdk14</artifactId>
+        <version>131</version>
+      </dependency>      
+
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-core</artifactId>
+        <version>1.2.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-beans</artifactId>
+        <version>1.2.8</version>
+      </dependency>
+      <dependency>
+        <groupId>org.springframework</groupId>
+        <artifactId>spring-context</artifactId>
+        <version>1.2.8</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   
   <inceptionYear>2003</inceptionYear>