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-features.git
commit d408695cefd3ccd0a242fcb1080804d78269f09a Author: Oliver Lietz <[email protected]> AuthorDate: Thu Nov 26 21:36:37 2020 +0100 comment (add Karaf issue) --- src/main/feature/feature.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index c4492c0..d716cad 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -705,7 +705,7 @@ <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.ognl/3.2.1_1</bundle> <bundle dependency="true">mvn:org.javassist/javassist/3.27.0-GA</bundle> </feature> - <!-- asm --> + <!-- asm (KARAF-6905) --> <feature name="asm" version="${project.version}"> <bundle>mvn:org.ow2.asm/asm/9.0</bundle> <bundle>mvn:org.ow2.asm/asm-analysis/9.0</bundle> @@ -713,7 +713,7 @@ <bundle>mvn:org.ow2.asm/asm-util/9.0</bundle> <bundle>mvn:org.ow2.asm/asm-tree/9.0</bundle> </feature> - <!-- spifly --> + <!-- spifly (KARAF-6905) --> <feature name="spifly" version="${project.version}"> <bundle>mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.3.2</bundle> <!-- dependencies -->
