Repository: cloudstack
Updated Branches:
  refs/heads/master 0f82650dc -> 8a1ec9d0f


adding mysql dependency for usage


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

Branch: refs/heads/master
Commit: 8a1ec9d0f673512e45e8f3e12eabf9093be84583
Parents: 0f82650
Author: Abhinandan Prateek <abhinandan.prat...@shapeblue.com>
Authored: Wed May 13 10:11:22 2015 +0530
Committer: Abhinandan Prateek <abhinandan.prat...@shapeblue.com>
Committed: Wed May 13 10:11:22 2015 +0530

----------------------------------------------------------------------
 usage/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8a1ec9d0/usage/pom.xml
----------------------------------------------------------------------
diff --git a/usage/pom.xml b/usage/pom.xml
index a63a225..7746e01 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -39,6 +39,12 @@
       <groupId>commons-daemon</groupId>
       <artifactId>commons-daemon</artifactId>
     </dependency>
+     <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <version>${cs.mysql.version}</version>
+      <scope>provided</scope>
+    </dependency>
     <dependency>
       <groupId>javax.mail</groupId>
       <artifactId>mail</artifactId>

Reply via email to