Skip to content

Commit 0932d5b

Browse files
committed
re #361 put back jersey-common dependency (it's required for docker-machine integration)
1 parent 81952c4 commit 0932d5b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

core/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,20 @@
3737
</exclusions>
3838
</dependency>
3939

40+
<dependency>
41+
<!-- docker-java uses SslConfigurator from jersey-common for TLS -->
42+
<groupId>org.glassfish.jersey.core</groupId>
43+
<artifactId>jersey-common</artifactId>
44+
<version>2.23.1</version>
45+
<exclusions>
46+
<!-- SslConfigurator doesn't use classes from dependencies -->
47+
<exclusion>
48+
<groupId>*</groupId>
49+
<artifactId>*</artifactId>
50+
</exclusion>
51+
</exclusions>
52+
</dependency>
53+
4054
<dependency>
4155
<groupId>javax.ws.rs</groupId>
4256
<artifactId>javax.ws.rs-api</artifactId>

0 commit comments

Comments
 (0)