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 2010/12/16 14:02:26 UTC

svn commit: r1049954 - /directory/shared/branches/alex_refactoring/asn1-ber/pom.xml

Author: akarasulu
Date: Thu Dec 16 13:02:25 2010
New Revision: 1049954

URL: http://svn.apache.org/viewvc?rev=1049954&view=rev
Log:
adding dependency to API

Modified:
    directory/shared/branches/alex_refactoring/asn1-ber/pom.xml

Modified: directory/shared/branches/alex_refactoring/asn1-ber/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/alex_refactoring/asn1-ber/pom.xml?rev=1049954&r1=1049953&r2=1049954&view=diff
==============================================================================
--- directory/shared/branches/alex_refactoring/asn1-ber/pom.xml (original)
+++ directory/shared/branches/alex_refactoring/asn1-ber/pom.xml Thu Dec 16 13:02:25 2010
@@ -41,6 +41,11 @@
       <groupId>${project.groupId}</groupId>
       <artifactId>shared-i18n</artifactId>
     </dependency> 
+    
+    <dependency>
+      <groupId>${project.groupId}</groupId>
+      <artifactId>shared-asn1-api</artifactId>
+    </dependency> 
   </dependencies>
 
   <build>