summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-03-28 01:26:40 +0200
committergjoranv <gv@verizonmedia.com>2022-03-28 21:55:25 +0200
commitca814dad4b4435a636fad5fbd6aef73bb1ed1c22 (patch)
tree33312904a45c234cd0ba2a7604aa921592166759 /orchestrator
parent5e92c61534cbcbc6405f6dd8aa963a627ed523bd (diff)
Use jersey-proxy-client provided by the configserver bundle.
- As a result, the Import-Package for org.glassfish.jersey.internal.util is replaced by importing org.glassfish.jersey.client.proxy, already exported by configserver.
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index d3af2d8f1d9..5dd35467739 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -95,16 +95,7 @@
<dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-proxy-client</artifactId>
- <exclusions>
- <exclusion>
- <groupId>org.glassfish.jersey.core</groupId>
- <artifactId>jersey-common</artifactId>
- </exclusion>
- <exclusion>
- <groupId>javax.ws.rs</groupId>
- <artifactId>javax.ws.rs-api</artifactId>
- </exclusion>
- </exclusions>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>