mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
Adds version to jersey dependency management
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
<name>Spring Cloud Netflix Eureka Server</name>
|
||||
<url>https://projects.spring.io/spring-cloud/</url>
|
||||
<properties>
|
||||
<jersey.version>3.1.11</jersey.version>
|
||||
<wro4j.version>1.10.1</wro4j.version>
|
||||
<wiremock.version>2.27.2</wiremock.version>
|
||||
</properties>
|
||||
@@ -57,18 +58,22 @@
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.containers</groupId>
|
||||
<artifactId>jersey-container-servlet</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.core</groupId>
|
||||
<artifactId>jersey-server</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.core</groupId>
|
||||
<artifactId>jersey-client</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.inject</groupId>
|
||||
<artifactId>jersey-hk2</artifactId>
|
||||
<version>${jersey.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.glassfish.hk2.external</groupId>
|
||||
|
||||
Reference in New Issue
Block a user