killbill-memoizeit

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 78e3502..3aba3e8 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 ca021ec..ec3ab3f 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>