summaryrefslogtreecommitdiffstats
path: root/docproc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-12-01 09:32:05 +0100
committerGitHub <noreply@github.com>2022-12-01 09:32:05 +0100
commit1eb22cc4a24973f52b344c3033cff394c724cbe4 (patch)
tree98fdcb5bed45fc1199400988d45cf6bb47e413f2 /docproc
parent2925f225b34ad7fa3eb515bbddcc8c774e514131 (diff)
Revert "Revert "- Reduce usage of guava.""
Diffstat (limited to 'docproc')
-rw-r--r--docproc/pom.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/docproc/pom.xml b/docproc/pom.xml
index 325e198c59a..dce6dafafeb 100644
--- a/docproc/pom.xml
+++ b/docproc/pom.xml
@@ -17,12 +17,6 @@
<dependencies>
<!-- PROVIDED scope -->
<dependency>
- <groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- <classifier>no_aop</classifier>
- <scope>provided</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>component</artifactId>
<version>${project.version}</version>