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 2011/11/23 13:53:51 UTC

svn commit: r1205384 - /directory/studio/branches/studio-osgi/libraries/org.apache.directory.server.xdbm.partition/pom.xml

Author: pamarcelot
Date: Wed Nov 23 12:53:51 2011
New Revision: 1205384

URL: http://svn.apache.org/viewvc?rev=1205384&view=rev
Log:
Added missing dependency.

Modified:
    directory/studio/branches/studio-osgi/libraries/org.apache.directory.server.xdbm.partition/pom.xml

Modified: directory/studio/branches/studio-osgi/libraries/org.apache.directory.server.xdbm.partition/pom.xml
URL: http://svn.apache.org/viewvc/directory/studio/branches/studio-osgi/libraries/org.apache.directory.server.xdbm.partition/pom.xml?rev=1205384&r1=1205383&r2=1205384&view=diff
==============================================================================
--- directory/studio/branches/studio-osgi/libraries/org.apache.directory.server.xdbm.partition/pom.xml (original)
+++ directory/studio/branches/studio-osgi/libraries/org.apache.directory.server.xdbm.partition/pom.xml Wed Nov 23 12:53:51 2011
@@ -186,6 +186,11 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.directory.studio</groupId>
+      <artifactId>org.apache.felix.ipojo.annotations</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-asn1-api</artifactId>
       <scope>provided</scope>