We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0b56e commit b96a470Copy full SHA for b96a470
1 file changed
pom.xml
@@ -79,10 +79,6 @@
79
<groupId>com.google.code.findbugs</groupId>
80
<artifactId>jsr305</artifactId>
81
</dependency>
82
- <dependency>
83
- <groupId>com.google.guava</groupId>
84
- <artifactId>guava</artifactId>
85
- </dependency>
86
<dependency>
87
<groupId>com.typesafe</groupId>
88
<artifactId>config</artifactId>
@@ -240,6 +236,11 @@
240
236
<artifactId>killbill-embeddeddb-postgresql</artifactId>
241
237
<scope>test</scope>
242
238
239
+ <dependency>
+ <groupId>org.kill-bill.commons</groupId>
+ <artifactId>killbill-utils</artifactId>
+ <scope>provided</scope>
243
+ </dependency>
244
245
<groupId>org.kill-bill.testing</groupId>
246
<artifactId>testing-mysql-server</artifactId>
0 commit comments