You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:25:36 UTC

[sling-org-apache-sling-discovery-base] 06/09: SLING-5196 : using maven-bundle-plugin 2.5.3 to remain backwards-compatibility

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git

commit c2d2fec441f98d00007430f435dfefc0989509d6
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Oct 26 13:39:12 2015 +0000

    SLING-5196 : using maven-bundle-plugin 2.5.3 to remain backwards-compatibility
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1710596 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 764b776..7a33c64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,13 @@
             <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
+					org.apache.commons.codec.binary,version=[1.6,2) - - Cannot be resolved
+                       -->
+                <version>2.5.3</version>
                 <extensions>true</extensions>
                 <configuration>
                   <instructions>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.