killbill-memoizeit
Changes
account/pom.xml 2(+1 -1)
analytics/pom.xml 2(+1 -1)
entitlement/pom.xml 4(+2 -2)
invoice/pom.xml 4(+2 -2)
payment/pom.xml 6(+3 -3)
pom.xml 12(+6 -6)
Details
account/pom.xml 2(+1 -1)
diff --git a/account/pom.xml b/account/pom.xml
index 3a467fd..44b4543 100644
--- a/account/pom.xml
+++ b/account/pom.xml
@@ -44,7 +44,7 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-util</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
analytics/pom.xml 2(+1 -1)
diff --git a/analytics/pom.xml b/analytics/pom.xml
index a9c2b73..278348b 100644
--- a/analytics/pom.xml
+++ b/analytics/pom.xml
@@ -95,7 +95,7 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-util</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
entitlement/pom.xml 4(+2 -2)
diff --git a/entitlement/pom.xml b/entitlement/pom.xml
index 15a3efd..627ad6b 100644
--- a/entitlement/pom.xml
+++ b/entitlement/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-util</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
@@ -72,7 +72,7 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-account</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
invoice/pom.xml 4(+2 -2)
diff --git a/invoice/pom.xml b/invoice/pom.xml
index 054c26d..8c939ca 100644
--- a/invoice/pom.xml
+++ b/invoice/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-util</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
@@ -45,7 +45,7 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-catalog</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
payment/pom.xml 6(+3 -3)
diff --git a/payment/pom.xml b/payment/pom.xml
index e056367..f7ebbc4 100644
--- a/payment/pom.xml
+++ b/payment/pom.xml
@@ -91,19 +91,19 @@
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-util</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-account</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
<artifactId>killbill-invoice</artifactId>
- <classifier>tests</classifier>
+ <type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
pom.xml 12(+6 -6)
diff --git a/pom.xml b/pom.xml
index 8bb2216..6d4aab5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
<groupId>com.ning.billing</groupId>
<artifactId>killbill-api</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
@@ -69,7 +69,7 @@
<groupId>com.ning.billing</groupId>
<artifactId>killbill-account</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
@@ -80,7 +80,7 @@
<groupId>com.ning.billing</groupId>
<artifactId>killbill-entitlement</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
@@ -91,7 +91,7 @@
<groupId>com.ning.billing</groupId>
<artifactId>killbill-catalog</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
@@ -102,7 +102,7 @@
<groupId>com.ning.billing</groupId>
<artifactId>killbill-invoice</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>com.ning.billing</groupId>
@@ -113,7 +113,7 @@
<groupId>com.ning.billing</groupId>
<artifactId>killbill-util</artifactId>
<version>${project.version}</version>
- <classifier>tests</classifier>
+ <type>test-jar</type>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>