You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2013/09/05 15:31:33 UTC

git commit: adding andes-client dependecy to cloud-controller feature

Updated Branches:
  refs/heads/master 42ab44f6e -> 98cb9df50


adding andes-client dependecy to cloud-controller feature


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

Branch: refs/heads/master
Commit: 98cb9df50d0f9624a96284f5df69d642f2b402b7
Parents: 42ab44f
Author: rekathiru <rt...@gmail.com>
Authored: Thu Sep 5 19:01:16 2013 +0530
Committer: rekathiru <rt...@gmail.com>
Committed: Thu Sep 5 19:01:16 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/98cb9df5/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 513540c..94fe957 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
@@ -168,6 +168,11 @@
            <artifactId>jsr311-api</artifactId>
            <version>1.1.1</version>
          </dependency>
+	<dependency>
+            <groupId>org.wso2.andes.wso2</groupId>
+            <artifactId>andes-client</artifactId>
+	    <version>0.13.wso2v6</version>
+        </dependency>
     </dependencies>
 
     <build>
@@ -258,6 +263,7 @@
                                 <!--bundleDef>org.jaggeryjs:0.9.0.ALPHA2-wso2v2</bundleDef-->
                                 <bundleDef>org.apache.jclouds.api:sts:${jclouds.version}</bundleDef>
                                 <bundleDef>javax.ws.rs:jsr311-api:1.1.1</bundleDef>
+				<bundleDef>org.wso2.andes.wso2:andes-client:0.13.wso2v6</bundleDef>
                             </bundles>
                             <importBundles>
                             </importBundles>