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/03/02 10:24:32 UTC

aries-jax-rs-whiteboard git commit: Update to use the official OSGi dependencies

Repository: aries-jax-rs-whiteboard
Updated Branches:
  refs/heads/master cbd6ebd1b -> c34b36fce


Update to use the official OSGi dependencies

The OSGi Alliance published spec jars are all named osgi.XXXX. Also the JAX-RS Whiteboard artifact has been renamed.

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/c34b36fc
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/c34b36fc
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/c34b36fc

Branch: refs/heads/master
Commit: c34b36fce9d1f71d7a6fdb038259368645f195f6
Parents: cbd6ebd
Author: Tim Ward <ti...@apache.org>
Authored: Tue Feb 28 19:29:23 2017 +0000
Committer: GitHub <no...@github.com>
Committed: Tue Feb 28 19:29:23 2017 +0000

----------------------------------------------------------------------
 jax-rs.whiteboard/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c34b36fc/jax-rs.whiteboard/pom.xml
----------------------------------------------------------------------
diff --git a/jax-rs.whiteboard/pom.xml b/jax-rs.whiteboard/pom.xml
index 1ebcc29..9f67a0b 100644
--- a/jax-rs.whiteboard/pom.xml
+++ b/jax-rs.whiteboard/pom.xml
@@ -74,22 +74,22 @@
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.annotation</artifactId>
-            <version>6.0.0</version>
+            <artifactId>osgi.annotation</artifactId>
+            <version>6.0.1</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
+            <artifactId>osgi.core</artifactId>
             <version>6.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.compendium</artifactId>
+            <artifactId>osgi.cmpn</artifactId>
             <version>5.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.service.jaxrs.whiteboard</artifactId>
+            <artifactId>org.osgi.service.jaxrs</artifactId>
             <version>1.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>