Skip to content

Commit

Permalink
re #361 put back jersey-common dependency (it's required for docker-m…
Browse files Browse the repository at this point in the history
…achine integration)
  • Loading branch information
bsideup committed Jun 22, 2017
1 parent 81952c4 commit 0932d5b
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 @@ -37,6 +37,20 @@
</exclusions>
</dependency>

<dependency>
<!-- docker-java uses SslConfigurator from jersey-common for TLS -->
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>2.23.1</version>
<exclusions>
<!-- SslConfigurator doesn't use classes from dependencies -->
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
Expand Down

0 comments on commit 0932d5b

Please sign in to comment.