Skip to content

Commit

Permalink
2.32-amplia
Browse files Browse the repository at this point in the history
Jersey Client 2.32 is used by spring-boot 2.4.5 to connect to SSL servers.

But it has the error reported eclipse-ee4j#3293 and it's still not fixed.

Signed-off-by: Eduardo Lallana Herraez <[email protected]>
  • Loading branch information
Eduardo Lallana committed Apr 23, 2021
1 parent 81ddf51 commit 4920454
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.32-amplia</version>
<packaging>jar</packaging>
<name>jersey-core-client</name>

Expand Down Expand Up @@ -110,7 +111,7 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-common</artifactId>
<version>${project.version}</version>
<version>${parent.version}</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -139,7 +140,7 @@
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>${project.version}</version>
<version>${parent.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 4920454

Please sign in to comment.