This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit 9a2855a2d5886ee6936c45f574bef680eddb66fc Author: frogfather <[email protected]> AuthorDate: Tue Nov 27 14:51:09 2018 +0000 add json-simple dependency to feature.xml --- karaf/features/src/main/feature/feature.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index 42cf4e4..4dd6469 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -213,6 +213,7 @@ <!-- should be deps of jax-rs-2.0 rest-api project --> <bundle dependency="true">mvn:javax.servlet/javax.servlet-api/${javax-servlet.version}</bundle> <bundle dependency="true">mvn:javax.ws.rs/javax.ws.rs-api/${jax-rs-api.version}</bundle> + <bundle dependency="true">wrap:mvn:com.googlecode.json-simple/json-simple/${json-simple.version}</bundle> <config name="org.apache.cxf.osgi"> org.apache.cxf.servlet.context = /v1
