Skip to content

Commit b96a470

Browse files
committed
remove guava dependency and add killbill-utils dependency
1 parent 1a0b56e commit b96a470

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@
7979
<groupId>com.google.code.findbugs</groupId>
8080
<artifactId>jsr305</artifactId>
8181
</dependency>
82-
<dependency>
83-
<groupId>com.google.guava</groupId>
84-
<artifactId>guava</artifactId>
85-
</dependency>
8682
<dependency>
8783
<groupId>com.typesafe</groupId>
8884
<artifactId>config</artifactId>
@@ -240,6 +236,11 @@
240236
<artifactId>killbill-embeddeddb-postgresql</artifactId>
241237
<scope>test</scope>
242238
</dependency>
239+
<dependency>
240+
<groupId>org.kill-bill.commons</groupId>
241+
<artifactId>killbill-utils</artifactId>
242+
<scope>provided</scope>
243+
</dependency>
243244
<dependency>
244245
<groupId>org.kill-bill.testing</groupId>
245246
<artifactId>testing-mysql-server</artifactId>

0 commit comments

Comments
 (0)