summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-04-02 17:03:59 +0200
committergjoranv <gv@verizonmedia.com>2021-04-12 16:13:52 +0200
commitf89d8d50c14f32b7bc57c8bf78562d5654df7dda (patch)
tree78f555d9124e752691dc50bb0f647dbd12f41be0 /container-core/pom.xml
parent5ff8ef63c18e3ffd932c6c55e4a4ef5957947811 (diff)
Remove duplicate test deps.
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml10
1 files changed, 0 insertions, 10 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 4a5db874d32..904d010bd31 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -149,16 +149,6 @@
<artifactId>httpclient</artifactId>
</dependency>
<dependency>
- <groupId>org.junit.jupiter</groupId>
- <artifactId>junit-jupiter</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<!-- TODO Vespa 8: stop providing org.json:json -->
<groupId>org.json</groupId>
<artifactId>json</artifactId>