killbill-aplcache
Details
beatrix/pom.xml 8(+8 -0)
diff --git a/beatrix/pom.xml b/beatrix/pom.xml
index f204627..79c1c75 100644
--- a/beatrix/pom.xml
+++ b/beatrix/pom.xml
@@ -64,6 +64,14 @@
<artifactId>killbill-usage</artifactId>
</dependency>
<dependency>
+ <groupId>com.ning.billing</groupId>
+ <artifactId>killbill-osgi-bundles-test-beatrix</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.ning.billing</groupId>
+ <artifactId>killbill-osgi-bundles-test-payment</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
pom.xml 7(+6 -1)
diff --git a/pom.xml b/pom.xml
index 5eb26b9..4ba75e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,7 +286,12 @@
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
- <artifactId>killbill-osgi-bundles-test</artifactId>
+ <artifactId>killbill-osgi-bundles-test-beatrix</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>com.ning.billing</groupId>
+ <artifactId>killbill-osgi-bundles-test-payment</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>