We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81952c4 commit 0932d5bCopy full SHA for 0932d5b
core/pom.xml
@@ -37,6 +37,20 @@
37
</exclusions>
38
</dependency>
39
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
+
54
<dependency>
55
<groupId>javax.ws.rs</groupId>
56
<artifactId>javax.ws.rs-api</artifactId>
0 commit comments