You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/24 18:36:35 UTC

[12/12] stratos git commit: Fixing compilation issue in cloud controller due to missing openstack-neutron dependency

Fixing compilation issue in cloud controller due to missing openstack-neutron dependency


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

Branch: refs/heads/master
Commit: c4e4634d842b2716d15eae02af39a62403631a2e
Parents: 4a18bec
Author: Imesh Gunaratne <im...@apache.org>
Authored: Wed Dec 24 21:15:30 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Wed Dec 24 21:15:30 2014 +0530

----------------------------------------------------------------------
 .../org.apache.stratos.cloud.controller.feature/pom.xml        | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/c4e4634d/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
----------------------------------------------------------------------
diff --git a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
index fcb3a84..948e1e3 100644
--- a/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
+++ b/features/cloud-controller/org.apache.stratos.cloud.controller.feature/pom.xml
@@ -144,7 +144,11 @@
             <artifactId>openstack-keystone</artifactId>
             <version>${jclouds.version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.stratos</groupId>
+            <artifactId>openstack-neutron</artifactId>
+            <version>${jclouds.stratos.version}</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.jclouds</groupId>
             <artifactId>jclouds-scriptbuilder</artifactId>