summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-06-02 16:01:42 +0200
committergjoranv <gv@verizonmedia.com>2022-06-08 11:45:25 +0200
commit6e61c9bfaa7742334acbdbb817502644e075b35e (patch)
tree60e62b42c3ebaa3e393376fcfd54180c8e479aa1 /parent
parenta48e9408aa0d3fbae84bc38428482034fd70acd6 (diff)
Remove jersey related dependencies from parent poms and enforcers.
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index d079760a1e9..c1650d96ca7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -829,26 +829,6 @@
<version>2.3.2</version> <!-- 2.3.3 has a BROKEN manifest -->
</dependency>
<dependency>
- <groupId>org.glassfish.jersey.ext</groupId>
- <artifactId>jersey-entity-filtering</artifactId>
- <version>${jersey2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.ext</groupId>
- <artifactId>jersey-proxy-client</artifactId>
- <version>${jersey2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-json-jackson</artifactId>
- <version>${jersey2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.glassfish.jersey.media</groupId>
- <artifactId>jersey-media-multipart</artifactId>
- <version>${jersey2.version}</version>
- </dependency>
- <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>