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-karaf-distribution.git
The following commit(s) were added to refs/heads/master by this push:
new c184f40 SLING-9944 Bundle configurations and reference via classpath
protocol
c184f40 is described below
commit c184f405136d0877ada0bb69c57b6a583c587b6e
Author: Oliver Lietz <[email protected]>
AuthorDate: Thu Dec 3 23:52:07 2020 +0100
SLING-9944 Bundle configurations and reference via classpath protocol
add feature sling-configs
---
pom.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
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>