This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 4db3c76e90 NIFI-10136 Upgraded Jersey from 2.35 to 2.36
4db3c76e90 is described below
commit 4db3c76e90acaf463d88090bc0df47ee19b16e48
Author: exceptionfactory <[email protected]>
AuthorDate: Fri Jun 17 12:21:58 2022 -0500
NIFI-10136 Upgraded Jersey from 2.35 to 2.36
- Removed duplicate declaration of jersey-bom
Signed-off-by: Pierre Villard <[email protected]>
This closes #6133.
---
pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index dff6558147..b7d3f2017f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@
<ozone.version>1.2.1</ozone.version>
<gcs.version>2.1.5</gcs.version>
<aspectj.version>1.9.6</aspectj.version>
- <jersey.bom.version>2.35</jersey.bom.version>
+ <jersey.bom.version>2.36</jersey.bom.version>
<logback.version>1.2.11</logback.version>
<mockito.version>3.11.2</mockito.version>
<netty.3.version>3.10.6.Final</netty.3.version>
@@ -620,13 +620,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
- <dependency>
- <groupId>org.glassfish.jersey</groupId>
- <artifactId>jersey-bom</artifactId>
- <version>${jersey.bom.version}</version>
- <scope>import</scope>
- <type>pom</type>
- </dependency>
</dependencies>
</dependencyManagement>