You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/09/01 16:33:21 UTC

[sling-org-apache-sling-installer-factory-feature] 30/32: Remove unnecessary dependency

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

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

commit d37d3fb57942cb303b11eb81c2b20cf517aebae6
Author: David Bosschaert <da...@apache.org>
AuthorDate: Tue Sep 1 15:32:33 2020 +0100

    Remove unnecessary dependency
---
 bnd.bnd | 2 +-
 pom.xml | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/bnd.bnd b/bnd.bnd
index 3e6776b..d2c832f 100644
--- a/bnd.bnd
+++ b/bnd.bnd
@@ -1,2 +1,2 @@
 -includeresource: @org.apache.sling.feature.extension.apiregions-[0-9.]*.jar!/org/apache/sling/feature/extension/apiregions/launcher/LauncherProperties.*
-Conditional-Package: org.apache.sling.feature.extension.apiregions.api,org.apache.felix.utils.manifest
+Conditional-Package: org.apache.sling.feature.extension.apiregions.api
diff --git a/pom.xml b/pom.xml
index ff8c46a..eab75bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,14 +112,8 @@
             <version>1.1.4</version>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.utils</artifactId>
-            <version>1.11.4</version>
-            <scope>provided</scope>
-        </dependency>
         
-   <!-- Testing -->
+        <!-- Testing -->
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>