summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-02 16:30:58 +0200
committerjonmv <venstad@gmail.com>2022-05-02 16:30:58 +0200
commit5cc784a7338c8bde6bf1415b63f62cb0bd2e7dd3 (patch)
tree68bd6ffedd0244d48566ebbe6454df2c2f693981 /orchestrator
parent9231e00477132a8945f50e83637f4861ec4b9f3f (diff)
Make http-client a bundle
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 1ac1bf6ec22..12d87f6bc07 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -117,12 +117,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <!-- Provided by the configserver bundle -->
- <groupId>org.glassfish.jersey.ext</groupId>
- <artifactId>jersey-proxy-client</artifactId>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>${jackson2.version}</version>