You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by tb...@apache.org on 2019/01/23 13:34:48 UTC

[brooklyn-server] branch master updated: Add missing $

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 c9d739e  Add missing $
     new 070d362  Merge pull request #1028 from duncangrant/add-cxf-commands-dep
c9d739e is described below

commit c9d739e45c8b37a9baf385c9305a1f614f8d87e3
Author: Duncan Grant <du...@cloudsoft.io>
AuthorDate: Wed Jan 23 13:31:48 2019 +0000

    Add missing $
---
 karaf/features/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml
index 085fa47..e163c7e 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -208,7 +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: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>