You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by is...@apache.org on 2013/07/26 13:51:51 UTC

git commit: Fixing integration test in Stratos Controller product

Updated Branches:
  refs/heads/master b2eeb61e9 -> 8cbf2a7a5


Fixing integration test in Stratos Controller product


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

Branch: refs/heads/master
Commit: 8cbf2a7a5e76f97a64de500464b363bd5a83fd9d
Parents: b2eeb61
Author: Isuru Perera <is...@apache.org>
Authored: Fri Jul 26 17:21:12 2013 +0530
Committer: Isuru Perera <is...@apache.org>
Committed: Fri Jul 26 17:21:12 2013 +0530

----------------------------------------------------------------------
 pom.xml                                                 | 1 +
 products/stratos_controller/modules/integration/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8cbf2a7a/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50e808c..44c3fdd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -168,5 +168,6 @@
         <wso2carbon.version>4.1.0</wso2carbon.version>
         <carbon.platform.package.import.version.range>[4.1.0, 4.2.0)</carbon.platform.package.import.version.range>
         <carbon.platform.package.export.version>4.1.0</carbon.platform.package.export.version>
+	<axis2.osgi.version>1.6.1.wso2v9</axis2.osgi.version>
     </properties>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/8cbf2a7a/products/stratos_controller/modules/integration/pom.xml
----------------------------------------------------------------------
diff --git a/products/stratos_controller/modules/integration/pom.xml b/products/stratos_controller/modules/integration/pom.xml
index ba64d76..7f53d1d 100755
--- a/products/stratos_controller/modules/integration/pom.xml
+++ b/products/stratos_controller/modules/integration/pom.xml
@@ -132,11 +132,11 @@
             <artifactId>emma</artifactId>
             <version>${emma.version}</version>
         </dependency-->
-        <!--dependency>
+        <dependency>
             <groupId>org.apache.axis2.wso2</groupId>
             <artifactId>axis2-client</artifactId>
             <version>${axis2.osgi.version}</version>
-        </dependency-->
+        </dependency>
         <dependency>
             <groupId>org.wso2.carbon</groupId>
             <artifactId>org.wso2.carbon.addressing</artifactId>