summaryrefslogtreecommitdiffstats
path: root/container-core/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-03-04 17:30:50 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-03-19 15:52:31 +0100
commit7022e97b38833a10ff729c00cc2e2f6b91941245 (patch)
tree1cceabc55c2a0479fbde196ed179a18dced323df /container-core/pom.xml
parent71b91595e873fe7b066e007a2b055788249f3418 (diff)
Introduce simplified Rest API builder (for replacing Jax-rs ressources)
Diffstat (limited to 'container-core/pom.xml')
-rw-r--r--container-core/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/container-core/pom.xml b/container-core/pom.xml
index 138a68a7c0f..ea6e7d32310 100644
--- a/container-core/pom.xml
+++ b/container-core/pom.xml
@@ -150,6 +150,16 @@
<scope>test</scope>
</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>