aboutsummaryrefslogtreecommitdiffstats
path: root/documentapi/pom.xml
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 /documentapi/pom.xml
parent2925f225b34ad7fa3eb515bbddcc8c774e514131 (diff)
Revert "Revert "- Reduce usage of guava.""
Diffstat (limited to 'documentapi/pom.xml')
-rw-r--r--documentapi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/pom.xml b/documentapi/pom.xml
index 9b690f345ae..271a984ea30 100644
--- a/documentapi/pom.xml
+++ b/documentapi/pom.xml
@@ -27,8 +27,8 @@
<!-- Needed because 'document' uses guava collections, and has guava only in provided scope -->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
+ <scope>test</scope>
</dependency>
-
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>