You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2022/08/04 14:33:50 UTC

[sling-org-apache-sling-feature-launcher] branch master updated: SLING-11408 m-assembly-p must use dependencies generated from appassembler - remove unused OSGi configurator

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

cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-launcher.git


The following commit(s) were added to refs/heads/master by this push:
     new 03c069b  SLING-11408 m-assembly-p must use dependencies generated from appassembler - remove unused OSGi configurator
03c069b is described below

commit 03c069b9bc18d99d0a94c80d9450de9a0dc2347c
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Thu Aug 4 16:33:44 2022 +0200

    SLING-11408 m-assembly-p must use dependencies generated from appassembler - remove unused OSGi configurator
---
 pom.xml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6153e5a..8962d3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,6 +171,7 @@
                                             <exclude>org.apache.geronimo.specs:geronimo-json_1.1_spec</exclude><!-- embedded in org.apache.sling.commons.johnzon -->
                                             <exclude>org.apache.felix:org.apache.felix.utils</exclude><!-- embedded in org.apache.sling.feature -->
                                             <exclude>org.osgi:org.osgi.core</exclude><!-- contained in org.osgi:osgi.core -->
+                                            <exclude>org.osgi:org.osgi.service.configurator</exclude><!-- wrongly flagged to be needed by cm.json -->
                                         </excludes>
                                     </requireProvidedDependenciesInRuntimeClasspath>
                                 </rules>
@@ -283,13 +284,6 @@
             <version>1.0.6</version>
             <scope>compile</scope>
         </dependency>
-        <!-- transitive dependency of org.apache.felix.cm.json -->
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.service.configurator</artifactId>
-            <version>1.0.0</version>
-            <scope>compile</scope>
-        </dependency>
         <dependency>
             <groupId>commons-cli</groupId>
             <artifactId>commons-cli</artifactId>