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/21 14:55:18 UTC

git commit: updated refs/heads/master to ac00ab0

Repository: cloudstack
Updated Branches:
  refs/heads/master 2091211c2 -> ac00ab008


Cleanup all mysql dependencies and set all to provided.


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

Branch: refs/heads/master
Commit: ac00ab0087ca8f59184121697f7ac4343a694093
Parents: 2091211
Author: Hugo Trippaers <ht...@schubergphilis.com>
Authored: Fri Feb 21 14:54:38 2014 +0100
Committer: Hugo Trippaers <ht...@schubergphilis.com>
Committed: Fri Feb 21 14:55:11 2014 +0100

----------------------------------------------------------------------
 awsapi/pom.xml                          | 5 -----
 client/pom.xml                          | 5 -----
 developer/pom.xml                       | 6 ------
 engine/storage/integration-test/pom.xml | 5 -----
 framework/db/pom.xml                    | 2 +-
 tools/devcloud-kvm/pom.xml              | 2 +-
 tools/devcloud/pom.xml                  | 2 +-
 usage/pom.xml                           | 5 -----
 8 files changed, 3 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/awsapi/pom.xml
----------------------------------------------------------------------
diff --git a/awsapi/pom.xml b/awsapi/pom.xml
index 4a6c89c..601e695 100644
--- a/awsapi/pom.xml
+++ b/awsapi/pom.xml
@@ -273,11 +273,6 @@
       <scope>runtime</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/ac00ab00/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index 03a141d..4eb421d 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -222,11 +222,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.cloudstack</groupId>
       <artifactId>cloud-framework-ipc</artifactId>
       <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/developer/pom.xml
----------------------------------------------------------------------
diff --git a/developer/pom.xml b/developer/pom.xml
index 3b3ed19..4a1733a 100644
--- a/developer/pom.xml
+++ b/developer/pom.xml
@@ -21,12 +21,6 @@
     <version>4.4.0-SNAPSHOT</version>
   </parent>
   <dependencies>
-    <!-- specify the dependent jdbc driver here -->
-    <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-	  <scope>runtime</scope>
-    </dependency>
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/engine/storage/integration-test/pom.xml
----------------------------------------------------------------------
diff --git a/engine/storage/integration-test/pom.xml b/engine/storage/integration-test/pom.xml
index 7bb27e0..7b40f82 100644
--- a/engine/storage/integration-test/pom.xml
+++ b/engine/storage/integration-test/pom.xml
@@ -122,11 +122,6 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
       <version>6.1.1</version>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/framework/db/pom.xml
----------------------------------------------------------------------
diff --git a/framework/db/pom.xml b/framework/db/pom.xml
index a0edf20..e9fefd2 100644
--- a/framework/db/pom.xml
+++ b/framework/db/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-      <scope>compile</scope>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
   <build>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/tools/devcloud-kvm/pom.xml
----------------------------------------------------------------------
diff --git a/tools/devcloud-kvm/pom.xml b/tools/devcloud-kvm/pom.xml
index 9b46621..73fde8c 100644
--- a/tools/devcloud-kvm/pom.xml
+++ b/tools/devcloud-kvm/pom.xml
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-      <scope>runtime</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.cloudstack</groupId>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/tools/devcloud/pom.xml
----------------------------------------------------------------------
diff --git a/tools/devcloud/pom.xml b/tools/devcloud/pom.xml
index 228b840..c8bca88 100644
--- a/tools/devcloud/pom.xml
+++ b/tools/devcloud/pom.xml
@@ -24,7 +24,7 @@
     <dependency>
       <groupId>mysql</groupId>
       <artifactId>mysql-connector-java</artifactId>
-      <scope>runtime</scope>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.cloudstack</groupId>

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ac00ab00/usage/pom.xml
----------------------------------------------------------------------
diff --git a/usage/pom.xml b/usage/pom.xml
index 70575d4..c02ffe6 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -36,11 +36,6 @@
       <version>${project.version}</version>
     </dependency>
     <dependency>
-      <groupId>mysql</groupId>
-      <artifactId>mysql-connector-java</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-daemon</groupId>
       <artifactId>commons-daemon</artifactId>
     </dependency>