You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2020/01/06 20:02:30 UTC

[sling-org-apache-sling-servlets-resolver] branch master updated: SLING-8961 Update to Sling Bundle Parent 35

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-servlets-resolver.git


The following commit(s) were added to refs/heads/master by this push:
     new c860cdb  SLING-8961 Update to Sling Bundle Parent 35
c860cdb is described below

commit c860cdb5985350a04452d03048a1a5b1cc694f40
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Mon Jan 6 21:02:02 2020 +0100

    SLING-8961 Update to Sling Bundle Parent 35
    
    Remove obsolete maven-bundle-plugin
---
 pom.xml | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1607856..7450c5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,29 +49,6 @@
     <build>
         <plugins>
             <plugin>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>maven-bundle-plugin</artifactId>
-                <version>4.2.0</version>
-                <extensions>true</extensions>
-                <configuration>
-                    <instructions>
-                        <Private-Package>
-                            org.apache.sling.servlets.resolver.*
-                        </Private-Package>
-                        <Import-Package>
-                            !org.apache.sling.engine.impl.*,
-                            *
-                        </Import-Package>
-                        <Embed-Dependency>
-                            org.apache.sling.engine;inline="org/apache/sling/engine/impl/request/SlingRequestPathInfo*",
-                        </Embed-Dependency>
-                        <Provide-Capability>
-                            osgi.extender;osgi.extender="org.apache.sling.servlets.resolver";version:Version="1.0"
-                        </Provide-Capability>
-                    </instructions>
-                </configuration>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <configuration>