summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorAndreas Eriksen <andreer@yahoo-inc.com>2017-09-06 14:35:23 +0200
committerAndreas Eriksen <andreer@yahoo-inc.com>2017-09-06 15:28:25 +0200
commitb8103b5af8d0216ce6dd5161039f787c7b3e5d4c (patch)
treeec9b9b8768e9ac78e38d67fa2634b2b8a40db814 /orchestrator/pom.xml
parentd4c79c2e7c675c7e9b4c974418f58da58cfa2a47 (diff)
remove only use of autovalue
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 b5ac5233efe..55bf086dfc7 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -34,12 +34,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>com.google.auto.value</groupId>
- <artifactId>auto-value</artifactId>
- <version>1.0-rc1</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>jaxrs_client_utils</artifactId>
<version>${project.version}</version>