You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by st...@apache.org on 2015/10/26 15:05:46 UTC

svn commit: r1710601 - /sling/trunk/bundles/extensions/discovery/impl/pom.xml

Author: stefanegli
Date: Mon Oct 26 14:05:46 2015
New Revision: 1710601

URL: http://svn.apache.org/viewvc?rev=1710601&view=rev
Log:
SLING-5196 : using maven-bundle-plugin 2.5.3 to remain backwards-compatibility

Modified:
    sling/trunk/bundles/extensions/discovery/impl/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/impl/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/impl/pom.xml?rev=1710601&r1=1710600&r2=1710601&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/impl/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/impl/pom.xml Mon Oct 26 14:05:46 2015
@@ -57,6 +57,12 @@
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
+                <!--  with 3.0.0 the following bundle dependency is failing
+                      on AEM 5.6.1 - thus switching back to 2.5.3 here:
+					javax.servlet,version=[2.6,3) - - Cannot be resolved
+					javax.servlet.http,version=[2.6,3) - - Cannot be resolved
+                       -->
+                <version>2.5.3</version>
                 <extensions>true</extensions>
                 <configuration>
                   <instructions>