This is an automated email from the ASF dual-hosted git repository.
tbouron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
The following commit(s) were added to refs/heads/master by this push:
new ea28e8a Add cxf-karaf-commands dependency
new 779671a Merge pull request #1026 from duncangrant/add-cxf-commands-dep
ea28e8a is described below
commit ea28e8a7715beda0f628b64c9dad1e724d871e78
Author: Duncan Grant <[email protected]>
AuthorDate: Wed Jan 23 10:24:26 2019 +0000
Add cxf-karaf-commands dependency
This is a dependency of cxf.
---
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 de2d896..085fa47 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -208,6 +208,7 @@
<feature>cxf-jaxrs</feature>
<bundle
dependency="true">mvn:org.apache.cxf/cxf-rt-rs-security-cors/${cxf.version}</bundle>
<bundle
dependency="true">mvn:org.apache.cxf/cxf-rt-frontend-jaxrs/${cxf.version}</bundle>
+ <bundle
dependency="true">mvn:org.apache.cxf.karaf/cxf-karaf-commands/{cxf.version}</bundle>
<bundle
dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/${fasterxml.jackson.version}</bundle>