mirror of
https://github.com/apache/nifi.git
synced 2025-03-03 16:09:19 +00:00
NIFI-11824 Upgraded JAX-RS API from 2.1 to 2.1.1
This closes #7490 Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
a3fe9d121d
commit
779eea6453
@ -263,7 +263,7 @@
|
||||
<dependency>
|
||||
<groupId>javax.ws.rs</groupId>
|
||||
<artifactId>javax.ws.rs-api</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
|
@ -72,7 +72,7 @@
|
||||
<dependency>
|
||||
<groupId>javax.ws.rs</groupId>
|
||||
<artifactId>javax.ws.rs-api</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.1.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -95,7 +95,7 @@
|
||||
<dependency>
|
||||
<groupId>javax.ws.rs</groupId>
|
||||
<artifactId>javax.ws.rs-api</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.yammer.metrics</groupId>
|
||||
|
@ -93,7 +93,7 @@
|
||||
<dependency>
|
||||
<groupId>javax.ws.rs</groupId>
|
||||
<artifactId>javax.ws.rs-api</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.containers</groupId>
|
||||
|
@ -35,7 +35,7 @@
|
||||
<module>nifi-registry-docker-maven</module>
|
||||
</modules>
|
||||
<properties>
|
||||
<jax.rs.api.version>2.1</jax.rs.api.version>
|
||||
<jax.rs.api.version>2.1.1</jax.rs.api.version>
|
||||
<spring.boot.version>2.7.13</spring.boot.version>
|
||||
<flyway.version>8.5.13</flyway.version>
|
||||
<flyway.tests.version>7.0.0</flyway.tests.version>
|
||||
|
Loading…
x
Reference in New Issue
Block a user