You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/06/19 15:34:15 UTC

[11/11] aries-jax-rs-whiteboard git commit: Update component-dsl version

Update component-dsl version


Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/79cbaae3
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/79cbaae3
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/79cbaae3

Branch: refs/heads/master
Commit: 79cbaae3f669a3c1d902597129767723d292ff49
Parents: 66b27d1
Author: Carlos Sierra <cs...@apache.org>
Authored: Wed Jun 7 09:58:29 2017 +0200
Committer: Carlos Sierra <cs...@apache.org>
Committed: Mon Jun 19 17:31:56 2017 +0200

----------------------------------------------------------------------
 jax-rs.whiteboard/bnd.bnd | 2 +-
 jax-rs.whiteboard/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/79cbaae3/jax-rs.whiteboard/bnd.bnd
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/bnd.bnd b/jax-rs.whiteboard/bnd.bnd
index 2abfe41..c421f14 100644
--- a/jax-rs.whiteboard/bnd.bnd
+++ b/jax-rs.whiteboard/bnd.bnd
@@ -52,7 +52,7 @@ Import-Package:\
     org.apache.cxf.jaxrs.ext.*
 
 -includeresource:\
-	lib/component-dsl.jar=component-dsl-*.jar;lib:=true,\
+	lib/component-dsl.jar=org.apache.aries.component-dsl.component-dsl-*.jar;lib:=true,\
     lib/cxf-core.jar=cxf-core-*.jar;lib:=true,\
     lib/cxf-rt-databinding-jaxb.jar=cxf-rt-databinding-jaxb-*.jar;lib:=true,\
     lib/cxf-rt-frontend-jaxrs.jar=cxf-rt-frontend-jaxrs-*.jar;lib:=true,\

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/79cbaae3/jax-rs.whiteboard/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 9f67a0b..bac9f1f 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -104,7 +104,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.aries.component-dsl</groupId>
-            <artifactId>component-dsl</artifactId>
+            <artifactId>org.apache.aries.component-dsl.component-dsl</artifactId>
             <version>0.0.1-SNAPSHOT</version>
         </dependency>
     </dependencies>