summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-05-02 17:50:49 +0200
committerGitHub <noreply@github.com>2022-05-02 17:50:49 +0200
commitea6f91775e837040dc5debad521e446f389ed8ab (patch)
tree53ba967aed7ce654c6fafabbe4c3444e1703dc60 /orchestrator
parent8c5dd0899ed02ceb849cac072a872af70b037778 (diff)
parent68eb5cab84a592c01331922a09b15f8c395a9273 (diff)
Merge pull request #22390 from vespa-engine/jonmv/export-package
Export package ai.vespa.hosted.client [run-systemtest]
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>