summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-04-29 10:21:40 +0200
committerjonmv <venstad@gmail.com>2022-04-29 10:21:40 +0200
commit130958eea280ecfa70f86dd8b3a7fc6ab1b0f85c (patch)
treea19718c98b6938d9357e856edc872ed7c0c2dfc8 /orchestrator/pom.xml
parent5b105439f736f8960c83eb4d20e7f91361384319 (diff)
Accept application/json from CCs, remove removed dependency
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 3052c6f81cd..d3e9351efc5 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -89,12 +89,6 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>jaxrs_client_utils</artifactId>
- <version>${project.version}</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
<artifactId>application</artifactId>
<version>${project.version}</version>
<scope>test</scope>