summaryrefslogtreecommitdiffstats
path: root/bundle-plugin/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-29 13:59:07 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-29 13:59:07 +0200
commit7b050af44ac99581e237072d82f22966a802a873 (patch)
treeae4fa604eb88df442b6f9224092e438c66a4a71e /bundle-plugin/pom.xml
parent440801cf153e1bef5dea603f559e9288a40be16c (diff)
Convert bundle-plugin to junit5
Diffstat (limited to 'bundle-plugin/pom.xml')
-rw-r--r--bundle-plugin/pom.xml15
1 files changed, 10 insertions, 5 deletions
diff --git a/bundle-plugin/pom.xml b/bundle-plugin/pom.xml
index be5d2d59de2..4911f88b61a 100644
--- a/bundle-plugin/pom.xml
+++ b/bundle-plugin/pom.xml
@@ -33,6 +33,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>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId>
</dependency>
@@ -51,11 +61,6 @@
<scope>provided</scope>
</dependency>
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</dependency>