Skip to content

Commit

Permalink
Remove unused async-http-client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda authored and Jochen Schalanda committed Mar 20, 2015
1 parent 8277505 commit 6fba1c1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 17 deletions.
5 changes: 0 additions & 5 deletions graylog2-inputs/pom.xml
Expand Up @@ -74,11 +74,6 @@
<artifactId>json-path</artifactId>
</dependency>

<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
</dependency>

<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions graylog2-radio/pom.xml
Expand Up @@ -140,10 +140,6 @@
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
</dependency>
<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions graylog2-server/pom.xml
Expand Up @@ -128,10 +128,6 @@
<artifactId>mongojack</artifactId>
</dependency>

<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
Expand Down
4 changes: 0 additions & 4 deletions graylog2-shared/pom.xml
Expand Up @@ -181,10 +181,6 @@
<artifactId>high-scale-lib</artifactId>
</dependency>

<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
Expand Down

0 comments on commit 6fba1c1

Please sign in to comment.