Author: ieb
Date: Mon Feb 25 04:07:45 2013
New Revision: 1449586
URL: http://svn.apache.org/r1449586
Log:
Managed versions of these plugins/dependencies are > the pom version so fix
made in SLING-2267 r1198746 is not longer required. The impact of binding to
the managed version of bnd is that the serviceComponents are listed in the
manifest.
Modified:
sling/trunk/bundles/auth/core/pom.xml
Modified: sling/trunk/bundles/auth/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=1449586&r1=1449585&r2=1449586&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Mon Feb 25 04:07:45 2013
@@ -60,7 +60,6 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.3.4</version>
<extensions>true</extensions>
<configuration>
<instructions>
@@ -143,7 +142,6 @@
<dependency>
<groupId>biz.aQute</groupId>
<artifactId>bndlib</artifactId>
- <version>1.43.0</version>
</dependency>
<!-- Test Dependencies -->