You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2015/06/12 13:50:57 UTC

git commit: updated refs/heads/4.5 to 64d72db

Repository: cloudstack
Updated Branches:
  refs/heads/4.5 5fb86ae31 -> 64d72db0f


Allow EC2 to be run from Maven properly

Signed-off-by: Rohit Yadav <ro...@shapeblue.com>

This closes #389


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

Branch: refs/heads/4.5
Commit: 64d72db0fce615bd3ada32a94634360995c97452
Parents: 5fb86ae
Author: jeff <je...@greenqloud.com>
Authored: Thu Jun 11 15:36:18 2015 +0000
Committer: Rohit Yadav <ro...@shapeblue.com>
Committed: Fri Jun 12 14:49:09 2015 +0300

----------------------------------------------------------------------
 awsapi/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/64d72db0/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index 8d15a45..9366ccb 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -204,6 +204,19 @@
       <artifactId>cloud-framework-db</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>${cs.mysql.version}</version>
+      <scope>runtime</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.ws.xmlschema</groupId>
+      <artifactId>xmlschema-core</artifactId>
+      <version>2.2.1</version>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
   <build>
     <resources>