Skip to content

Commit

Permalink
Remove Jersey dependencies because we use Netty
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Jun 10, 2017
1 parent 86070d3 commit be03905
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,23 @@
<groupId>de.gesellix</groupId>
<artifactId>unix-socket-factory</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.glassfish.jersey.connectors</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>2.0.1</version>
</dependency>

<dependency>
<groupId>org.rnorth</groupId>
<artifactId>tcp-unix-socket-proxy</artifactId>
Expand Down

0 comments on commit be03905

Please sign in to comment.