aboutsummaryrefslogtreecommitdiffstats
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-02 19:03:05 +0200
commit0e72fcff134723e736e1ef3337edfc4bf0951208 (patch)
tree2bff9d6baf553d315a665d9d32ec1ce933ebde6e /container-core/pom.xml
parent7867746abe2d2478a2be813db2a94cfdba7b1015 (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>