killbill-aplcache

profiles: reduce size of the war By transitive dependencies,

11/18/2014 1:38:27 PM

Details

diff --git a/profiles/killbill/pom.xml b/profiles/killbill/pom.xml
index 359d5b2..84658f9 100644
--- a/profiles/killbill/pom.xml
+++ b/profiles/killbill/pom.xml
@@ -76,6 +76,12 @@
             <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <!-- Make sure to only include this in tests (it contains mysqld for all platforms and is around 134M) -->
+        <dependency>
+            <groupId>mysql</groupId>
+            <artifactId>mysql-connector-mxj-db-files</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.apache.shiro</groupId>
             <artifactId>shiro-core</artifactId>
diff --git a/profiles/killpay/pom.xml b/profiles/killpay/pom.xml
index 3d6a09d..c2a5170 100644
--- a/profiles/killpay/pom.xml
+++ b/profiles/killpay/pom.xml
@@ -53,6 +53,12 @@
             <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <!-- Make sure to only include this in tests (it contains mysqld for all platforms and is around 134M) -->
+        <dependency>
+            <groupId>mysql</groupId>
+            <artifactId>mysql-connector-mxj-db-files</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.kill-bill.billing</groupId>
             <artifactId>killbill-account</artifactId>