depend directly on httpclient

This commit is contained in:
Athou
2015-03-19 11:22:56 +01:00
parent 4278101bbe
commit 0b2ada5d1c
2 changed files with 8 additions and 7 deletions

11
pom.xml
View File

@@ -186,11 +186,6 @@
<artifactId>dropwizard-hibernate</artifactId>
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-client</artifactId>
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-migrations</artifactId>
@@ -207,6 +202,12 @@
<version>${dropwizard.version}</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4</version>
</dependency>
<dependency>
<groupId>com.wordnik</groupId>
<artifactId>swagger-jaxrs</artifactId>