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

svn commit: r264820 - /directory/protocol-providers/kerberos/branches/refactor-to-chain/project.xml

Author: erodriguez
Date: Tue Aug 30 10:36:01 2005
New Revision: 264820

URL: http://svn.apache.org/viewcvs?rev=264820&view=rev
Log:
Added DER library dep to POM.

Modified:
    directory/protocol-providers/kerberos/branches/refactor-to-chain/project.xml

Modified: directory/protocol-providers/kerberos/branches/refactor-to-chain/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/kerberos/branches/refactor-to-chain/project.xml?rev=264820&r1=264819&r2=264820&view=diff
==============================================================================
--- directory/protocol-providers/kerberos/branches/refactor-to-chain/project.xml (original)
+++ directory/protocol-providers/kerberos/branches/refactor-to-chain/project.xml Tue Aug 30 10:36:01 2005
@@ -94,6 +94,11 @@
       <version>0.7.3</version>
     </dependency>
     <dependency>
+      <groupId>directory-asn1</groupId>
+      <artifactId>asn1-der</artifactId>
+      <version>0.3.1</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>