summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-03 07:32:12 +0200
committerjonmv <venstad@gmail.com>2022-05-03 07:32:12 +0200
commit32b3adf25a6f9c4f2c10936aa2f14d4e4d4e7073 (patch)
treeee517a3320e05c20cf3d6b5e96143826bef63f55 /orchestrator
parent6872505203d96295c1cdfe0c108daab554d64928 (diff)
Revert "Merge pull request #22392 from vespa-engine/revert-22390-jonmv/export-package"
This reverts commit 3a757528a0a978d44cb1bd9aae28b567c477d139, reversing changes made to ea6f91775e837040dc5debad521e446f389ed8ab.
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>