aboutsummaryrefslogtreecommitdiffstats
path: root/component/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-29 14:29:01 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-29 14:29:01 +0200
commit3ba4caa0d60627e9b4d1a593445860f138f72fee (patch)
tree822043664b047245881ee1a8c808e40b85b96a97 /component/pom.xml
parentab58e59d91f626fcf99df282029337576820bee5 (diff)
Convert component to junit5
Diffstat (limited to 'component/pom.xml')
-rwxr-xr-xcomponent/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/component/pom.xml b/component/pom.xml
index a4330957069..e8cee594066 100755
--- a/component/pom.xml
+++ b/component/pom.xml
@@ -16,11 +16,6 @@
<version>8-SNAPSHOT</version>
<dependencies>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-bundle</artifactId>
<version>${project.version}</version>
@@ -39,6 +34,16 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>provided</scope>