killbill-aplcache
Details
profiles/killbill/pom.xml 6(+6 -0)
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>
profiles/killpay/pom.xml 6(+6 -0)
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>