summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHarald Musum <musum@verizonmedia.com>2022-05-02 20:09:39 +0200
committerGitHub <noreply@github.com>2022-05-02 20:09:39 +0200
commitd63d0be690991fc567c6b1b45987955759c25925 (patch)
treedb319ed801fee06866ad7003ba2986bebf5b292a /orchestrator
parentea6f91775e837040dc5debad521e446f389ed8ab (diff)
Revert "Export package ai.vespa.hosted.client [run-systemtest]"
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 12d87f6bc07..1ac1bf6ec22 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -117,6 +117,12 @@
<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>