killbill-memoizeit

Adds the killbill-metrics dependency and removes io.dropwizard.metrics.metrics-jersey

11/2/2015 8:57:44 PM

Changes

jaxrs/pom.xml 16(+8 -8)

Details

jaxrs/pom.xml 16(+8 -8)

diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml
index cadbda3..ba84cdc 100644
--- a/jaxrs/pom.xml
+++ b/jaxrs/pom.xml
@@ -55,16 +55,12 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>com.wordnik</groupId>
-            <artifactId>swagger-annotations</artifactId>
+            <groupId>com.sun.jersey</groupId>
+            <artifactId>jersey-core</artifactId>
         </dependency>
         <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-annotation</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>io.dropwizard.metrics</groupId>
-            <artifactId>metrics-jersey</artifactId>
+            <groupId>com.wordnik</groupId>
+            <artifactId>swagger-annotations</artifactId>
         </dependency>
         <dependency>
             <groupId>javax.inject</groupId>
@@ -155,6 +151,10 @@
         </dependency>
         <dependency>
             <groupId>org.kill-bill.commons</groupId>
+            <artifactId>killbill-metrics</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.kill-bill.commons</groupId>
             <artifactId>killbill-queue</artifactId>
         </dependency>
         <dependency>