You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ko...@apache.org on 2013/10/25 23:55:30 UTC

git commit: updated refs/heads/master to 56f1277

Updated Branches:
  refs/heads/master 300f626d4 -> 56f127733


fix master build

Signed-off-by: Laszlo Hornyak <la...@gmail.com>


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

Branch: refs/heads/master
Commit: 56f1277339fe68b6ff06747d9aec5206b0ddbb6e
Parents: 300f626
Author: Laszlo Hornyak <la...@gmail.com>
Authored: Fri Oct 25 23:53:14 2013 +0200
Committer: Laszlo Hornyak <la...@gmail.com>
Committed: Fri Oct 25 23:54:10 2013 +0200

----------------------------------------------------------------------
 server/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/56f12773/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index c7978e2..8760fcb 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -135,6 +135,11 @@
       <artifactId>cloud-engine-components-api</artifactId>
       <version>${project.version}</version>
     </dependency>
+    <dependency>
+      <groupId>mysql</groupId>
+      <artifactId>mysql-connector-java</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
   <build>
     <resources>