SLING-9944 Bundle configurations and reference via classpath protocol

add feature sling-configs
diff --git a/pom.xml b/pom.xml
index f669b0f..e1e4457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,6 +82,7 @@
             <feature>webconsole</feature>
             <!-- Apache Sling -->
             <feature>sling</feature>
+            <feature>sling-configs</feature>
             <!-- Apache Sling Auth -->
             <feature>sling-auth-form</feature>
             <!-- Apache Sling Commons -->
@@ -254,12 +255,6 @@
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
-    <dependency>
-      <groupId>org.apache.sling</groupId>
-      <artifactId>org.apache.sling.karaf-configs</artifactId>
-      <version>0.1.1-SNAPSHOT</version>
-      <scope>runtime</scope>
-    </dependency>
   </dependencies>
 
 </project>