You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by an...@apache.org on 2014/07/09 11:53:48 UTC

[03/10] git commit: brooklyn-software-osgi, change OSGi dependency ref

brooklyn-software-osgi, change OSGi dependency ref

Was previously org.osgi:core:4.3.0; changed to
org.osgi:org.osgi.core:4.3.0 to match usage/launcher/pom.xml reference
to OSGi


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/9b1cbb6e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/9b1cbb6e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/9b1cbb6e

Branch: refs/heads/master
Commit: 9b1cbb6e8892d5dc578c2cad508d173d14cb761a
Parents: e800bea
Author: Richard Downer <ri...@apache.org>
Authored: Mon Jul 7 14:12:06 2014 +0100
Committer: Richard Downer <ri...@apache.org>
Committed: Mon Jul 7 14:14:29 2014 +0100

----------------------------------------------------------------------
 software/osgi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9b1cbb6e/software/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/software/osgi/pom.xml b/software/osgi/pom.xml
index 7fabc77..2b3b4da 100644
--- a/software/osgi/pom.xml
+++ b/software/osgi/pom.xml
@@ -24,7 +24,7 @@
         
         <dependency>
             <groupId>org.osgi</groupId>
-            <artifactId>core</artifactId>
+            <artifactId>org.osgi.core</artifactId>
             <version>${osgi-core.version}</version>
         </dependency>