Repository: karaf Updated Branches: refs/heads/master a952ba0a7 -> 5e08daeaa
[KARAF-3722] Export java.annotation 1.2 from the system bundle in the standard distribution Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/5e08daea Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/5e08daea Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/5e08daea Branch: refs/heads/master Commit: 5e08daeaa5fdaf5d80a6871a3815b1df7f3eda99 Parents: a952ba0 Author: Guillaume Nodet <[email protected]> Authored: Wed May 13 12:42:20 2015 +0200 Committer: Guillaume Nodet <[email protected]> Committed: Wed May 13 12:42:48 2015 +0200 ---------------------------------------------------------------------- assemblies/apache-karaf/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/5e08daea/assemblies/apache-karaf/pom.xml ---------------------------------------------------------------------- diff --git a/assemblies/apache-karaf/pom.xml b/assemblies/apache-karaf/pom.xml index 0c90e0a..6d3aad5 100644 --- a/assemblies/apache-karaf/pom.xml +++ b/assemblies/apache-karaf/pom.xml @@ -189,6 +189,7 @@ <library>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.saaj-api-1.3/${servicemix.specs.version};type:=endorsed;export:=true</library> <library>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix.specs.version};type:=endorsed;export:=true</library> <library>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.stax-api-1.2/${servicemix.specs.version};type:=endorsed;export:=true</library> + <library>mvn:javax.annotation/javax.annotation-api/1.2;type:=endorsed;export:=true</library> <library>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activator/${servicemix.specs.version};type:=default;export:=true</library> <library>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.locator/${servicemix.specs.version};type:=default;export:=true</library>
