You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2015/04/27 10:38:36 UTC

karaf git commit: Cleanup dependencies

Repository: karaf
Updated Branches:
  refs/heads/master 23f06718d -> c13c502dc


Cleanup dependencies


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/c13c502d
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/c13c502d
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/c13c502d

Branch: refs/heads/master
Commit: c13c502dcfe02d2b5f512531652f134332203900
Parents: 23f0671
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Mon Apr 27 10:38:26 2015 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Mon Apr 27 10:38:26 2015 +0200

----------------------------------------------------------------------
 services/coordinator/pom.xml | 27 +++++++++++++--------------
 1 file changed, 13 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/c13c502d/services/coordinator/pom.xml
----------------------------------------------------------------------
diff --git a/services/coordinator/pom.xml b/services/coordinator/pom.xml
index 6dbb674..a2b3b8f 100644
--- a/services/coordinator/pom.xml
+++ b/services/coordinator/pom.xml
@@ -34,6 +34,19 @@
     <name>Apache Karaf :: OSGi Services :: Coordinator</name>
     <description>Coordinator Service</description>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.osgi</groupId>
+            <artifactId>org.osgi.core</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.eclipse.equinox</groupId>
+            <artifactId>org.eclipse.equinox.coordinator</artifactId>
+            <scope>provided</scope>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>
@@ -71,18 +84,4 @@
         </plugins>
     </build>
 
-    <dependencies>
-        <dependency>
-            <groupId>org.osgi</groupId>
-            <artifactId>org.osgi.core</artifactId>
-            <scope>provided</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.eclipse.equinox</groupId>
-            <artifactId>org.eclipse.equinox.coordinator</artifactId>
-            <version>1.1.0.v20120522-1841</version>
-            <scope>provided</scope>
-        </dependency>
-    </dependencies>
-
 </project>
\ No newline at end of file