You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by hu...@apache.org on 2014/02/24 10:10:38 UTC

git commit: updated refs/heads/4.3 to 9d6ba8e

Repository: cloudstack
Updated Branches:
  refs/heads/4.3 0c2ad0338 -> 9d6ba8e40


Addon on Davids fix. Fix runtime dependency in awsapi/pom.xml. Set dependency for mysql in juniper contrail to test, as it is only required for integration testing.


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

Branch: refs/heads/4.3
Commit: 9d6ba8e4065a568d6121c9ed24c6e4109ffbe799
Parents: 0c2ad03
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Mon Feb 24 10:08:01 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Mon Feb 24 10:08:01 2014 +0100

----------------------------------------------------------------------
 awsapi/pom.xml                                    | 5 -----
 plugins/network-elements/juniper-contrail/pom.xml | 2 +-
 2 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d6ba8e4/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index 9d67b2b..12ad92f 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -281,11 +281,6 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>org.antlr</groupId>
       <artifactId>antlr-runtime</artifactId>
       <version>3.4</version>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9d6ba8e4/plugins/network-elements/juniper-contrail/pom.xml
----------------------------------------------------------------------
diff --git a/plugins/network-elements/juniper-contrail/pom.xml b/plugins/network-elements/juniper-contrail/pom.xml
index 5227878..a05acb8 100644
--- a/plugins/network-elements/juniper-contrail/pom.xml
+++ b/plugins/network-elements/juniper-contrail/pom.xml
@@ -96,7 +96,7 @@
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
       <version>${cs.mysql.version}</version>
-      <scope>provided</scope>
+      <scope>test</scope>
     </dependency>
     <dependency>
         <groupId>org.apache.commons</groupId>