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 2016/11/24 10:53:27 UTC

[23/50] [abbrv] aries-jax-rs-whiteboard git commit: Fix dependencies

Fix dependencies


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

Branch: refs/heads/master
Commit: b9f42017329b247ff729e4aa6ad8b40203140439
Parents: 2cd1894
Author: Carlos Sierra <ca...@liferay.com>
Authored: Tue Oct 25 18:50:28 2016 +0200
Committer: Carlos Sierra <ca...@liferay.com>
Committed: Tue Oct 25 18:50:28 2016 +0200

----------------------------------------------------------------------
 org.apache.aries.jax-rs.cxf-common/pom.xml | 12 +++++++++++-
 pom.xml                                    |  7 +------
 2 files changed, 12 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/b9f42017/org.apache.aries.jax-rs.cxf-common/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/pom.xml b/org.apache.aries.jax-rs.cxf-common/pom.xml
index 0786f41..747c0a8 100644
--- a/org.apache.aries.jax-rs.cxf-common/pom.xml
+++ b/org.apache.aries.jax-rs.cxf-common/pom.xml
@@ -98,10 +98,20 @@
             <artifactId>org.osgi.core</artifactId>
             <version>6.0.0</version>
         </dependency>
+		<dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.service.http.whiteboard</artifactId>
+            <version>1.0.0</version>
+        </dependency>
+		<dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.7.2</version>
+        </dependency>
         <dependency>
             <groupId>wsdl4j</groupId>
             <artifactId>wsdl4j</artifactId>
             <version>1.6.3</version>
         </dependency>
     </dependencies>
-</project>
+</project>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/b9f42017/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3da7abe..4334170 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,11 +54,6 @@
     </modules>
     <dependencies>
         <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>osgi.enroute.base.api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
-        </dependency>
-        <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.12</version>
@@ -83,4 +78,4 @@
             <layout>default</layout>
         </pluginRepository>
     </pluginRepositories>
-</project>
+</project>
\ No newline at end of file