killbill-aplcache

pom.xml: add missing h2 dependencies for tests Signed-off-by:

11/30/2012 7:54:56 PM

Changes

account/pom.xml 5(+5 -0)

beatrix/pom.xml 5(+5 -0)

junction/pom.xml 5(+5 -0)

meter/pom.xml 5(+5 -0)

overdue/pom.xml 5(+5 -0)

payment/pom.xml 5(+5 -0)

server/pom.xml 5(+5 -0)

tenant/pom.xml 5(+5 -0)

usage/pom.xml 5(+5 -0)

Details

account/pom.xml 5(+5 -0)

diff --git a/account/pom.xml b/account/pom.xml
index 6b8ee73..c6b1364 100644
--- a/account/pom.xml
+++ b/account/pom.xml
@@ -80,6 +80,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <scope>test</scope>
diff --git a/analytics/pom.xml b/analytics/pom.xml
index 1eec05b..fad7ffd 100644
--- a/analytics/pom.xml
+++ b/analytics/pom.xml
@@ -134,6 +134,11 @@
             <artifactId>mysql-connector-mxj-db-files</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
     </build>

beatrix/pom.xml 5(+5 -0)

diff --git a/beatrix/pom.xml b/beatrix/pom.xml
index f982d64..95622e4 100644
--- a/beatrix/pom.xml
+++ b/beatrix/pom.xml
@@ -140,6 +140,11 @@
             <artifactId>mysql-connector-mxj-db-files</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
diff --git a/entitlement/pom.xml b/entitlement/pom.xml
index c140c0a..fe7afbe 100644
--- a/entitlement/pom.xml
+++ b/entitlement/pom.xml
@@ -101,6 +101,11 @@
             <artifactId>mysql-connector-mxj-db-files</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

junction/pom.xml 5(+5 -0)

diff --git a/junction/pom.xml b/junction/pom.xml
index a60f4c2..c16878f 100644
--- a/junction/pom.xml
+++ b/junction/pom.xml
@@ -101,6 +101,11 @@
             <artifactId>mysql-connector-mxj-db-files</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>

meter/pom.xml 5(+5 -0)

diff --git a/meter/pom.xml b/meter/pom.xml
index f9d3a62..e25a51e 100644
--- a/meter/pom.xml
+++ b/meter/pom.xml
@@ -96,6 +96,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <scope>test</scope>

overdue/pom.xml 5(+5 -0)

diff --git a/overdue/pom.xml b/overdue/pom.xml
index a887690..6efc5b2 100644
--- a/overdue/pom.xml
+++ b/overdue/pom.xml
@@ -95,6 +95,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>com.jayway.awaitility</groupId>
             <artifactId>awaitility</artifactId>
             <scope>test</scope>

payment/pom.xml 5(+5 -0)

diff --git a/payment/pom.xml b/payment/pom.xml
index 014d231..50c6d6e 100644
--- a/payment/pom.xml
+++ b/payment/pom.xml
@@ -108,5 +108,10 @@
             <artifactId>mysql-connector-mxj-db-files</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>

server/pom.xml 5(+5 -0)

diff --git a/server/pom.xml b/server/pom.xml
index c184f05..e3adccb 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -287,6 +287,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <scope>test</scope>

tenant/pom.xml 5(+5 -0)

diff --git a/tenant/pom.xml b/tenant/pom.xml
index 80ff7ff..b884e7a 100644
--- a/tenant/pom.xml
+++ b/tenant/pom.xml
@@ -91,6 +91,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <scope>test</scope>

usage/pom.xml 5(+5 -0)

diff --git a/usage/pom.xml b/usage/pom.xml
index f607f7b..b606d73 100644
--- a/usage/pom.xml
+++ b/usage/pom.xml
@@ -80,6 +80,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>com.h2database</groupId>
+            <artifactId>h2</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-all</artifactId>
             <scope>test</scope>