summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorJon Marius Venstad <jonmv@users.noreply.github.com>2022-10-26 12:04:29 +0200
committerGitHub <noreply@github.com>2022-10-26 12:04:29 +0200
commit8681384112a32cab522ca73fd7d361e0fbb9fe48 (patch)
tree2505251db7cec4545f08590c3aa44d29f3489e8f /container-test
parentdccf961af827785368762fc9d39850161593cd78 (diff)
Remove explicit compile scope
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 3e75535f9d4..ed33c0ba4cd 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -104,7 +104,6 @@
<!-- not used by Vespa, but was historically on test classpath -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>
- <scope>compile</scope>
</dependency>
<dependency>
<!-- TODO: this, and probably others, could be removed from here if we make the fat jar the default artifact for jdisc_core -->