You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by fr...@apache.org on 2018/07/12 12:38:04 UTC

svn commit: r1835725 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: frm
Date: Thu Jul 12 12:38:03 2018
New Revision: 1835725

URL: http://svn.apache.org/viewvc?rev=1835725&view=rev
Log:
OAK-7627 - Update the dependency on biz.aQute.bndlib

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1835725&r1=1835724&r2=1835725&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Jul 12 12:38:03 2018
@@ -156,11 +156,6 @@
                     </exclusion>
                 </exclusions>
             </dependency>
-            <dependency>
-              <groupId>biz.aQute.bnd</groupId>
-              <artifactId>biz.aQute.bndlib</artifactId>
-              <version>3.3.0</version>
-            </dependency>
           </dependencies>
           <configuration>
             <exportScr>true</exportScr>
@@ -175,7 +170,7 @@
                    See FELIX-5172 -->
               <_nodefaultversion>true</_nodefaultversion>
               <!-- Support parsing of maven-scr-plugin annotations through the felix.scr.bnd plugin -->
-              <_plugin>org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin;destdir=${project.build.outputDirectory};</_plugin>
+              <_plugin>org.apache.felix.scrplugin.bnd.SCRDescriptorBndPlugin;destdir=${project.build.outputDirectory}</_plugin>
             </instructions>
           </configuration>
           <executions>