Remove unnecessary dependency
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>