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 7bd83b832e45a9b232d23ca916c31b6414d0d2a2 Author: Oliver Lietz <[email protected]> AuthorDate: Mon Dec 7 17:18:48 2020 +0100 add javax.annotation API --- src/main/feature/feature.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/feature/feature.xml b/src/main/feature/feature.xml index 02144f0..7879155 100644 --- a/src/main/feature/feature.xml +++ b/src/main/feature/feature.xml @@ -264,6 +264,7 @@ <feature version="${project.version}">sling</feature> <feature version="${project.version}">sling-adapter</feature> <feature version="${project.version}">sling-scripting</feature> + <bundle dependency="true">mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.annotation-api-1.3/1.3_3</bundle> </feature> <feature name="sling-models-jacksonexporter" version="${project.version}"> <bundle>mvn:org.apache.sling/org.apache.sling.models.jacksonexporter/1.0.8</bundle>
