diff options
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index e8a1605..506d60a 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -52,10 +52,6 @@ <artifactId>lombok</artifactId>
</dependency>
<dependency>
- <groupId>mysql</groupId>
- <artifactId>mysql-connector-java</artifactId>
- </dependency>
- <dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-jdbi</artifactId>
</dependency>
@@ -109,10 +105,6 @@ <scope>test</scope>
</dependency>
<dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- </dependency>
- <dependency>
<groupId>com.eclipsesource.jaxrs</groupId>
<artifactId>consumer</artifactId>
<version>${jaxrs.consumer.version}</version>
@@ -123,6 +115,10 @@ <version>${jersey.version}</version>
</dependency>
<dependency>
+ <groupId>org.glassfish.jersey.core</groupId>
+ <artifactId>jersey-common</artifactId>
+ </dependency>
+ <dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>
|