You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/11/03 10:45:00 UTC

svn commit: r1636296 - /directory/apacheds/trunk/pom.xml

Author: elecharny
Date: Mon Nov  3 09:45:00 2014
New Revision: 1636296

URL: http://svn.apache.org/r1636296
Log:
Reinstated the 'bundle' type for jdbm1

Modified:
    directory/apacheds/trunk/pom.xml

Modified: directory/apacheds/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/pom.xml?rev=1636296&r1=1636295&r2=1636296&view=diff
==============================================================================
--- directory/apacheds/trunk/pom.xml (original)
+++ directory/apacheds/trunk/pom.xml Mon Nov  3 09:45:00 2014
@@ -591,6 +591,7 @@
       <dependency>
         <groupId>org.apache.directory.jdbm</groupId>
         <artifactId>apacheds-jdbm1</artifactId>
+        <type>bundle</type>
         <version>${org.apache.directory.jdbm.version}</version>
       </dependency>