You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2010/08/09 19:10:22 UTC

svn commit: r983739 - /directory/studio/trunk/pom.xml

Author: pamarcelot
Date: Mon Aug  9 17:10:22 2010
New Revision: 983739

URL: http://svn.apache.org/viewvc?rev=983739&view=rev
Log:
Added 'shared-ldap-constants' in the dependencyManagement section.

Modified:
    directory/studio/trunk/pom.xml

Modified: directory/studio/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/pom.xml?rev=983739&r1=983738&r2=983739&view=diff
==============================================================================
--- directory/studio/trunk/pom.xml (original)
+++ directory/studio/trunk/pom.xml Mon Aug  9 17:10:22 2010
@@ -1085,6 +1085,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.directory.shared</groupId>
+        <artifactId>shared-ldap-constants</artifactId>
+        <version>${org.apache.directory.shared.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.directory.shared</groupId>
         <artifactId>shared-asn1</artifactId>
         <version>${org.apache.directory.shared.version}</version>
       </dependency>