summaryrefslogtreecommitdiffstats
path: root/security-utils/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-27 15:28:28 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2022-07-27 15:58:37 +0200
commit3c235aa576edfa066e0b81704d47016c427d58cd (patch)
treebe0979a2ca234cc5ebf92ee1695cbfd8f0964a1f /security-utils/pom.xml
parentc1d698680406869985cd8b60654f3dfda99c6b21 (diff)
Convert security-utils to junit5
Diffstat (limited to 'security-utils/pom.xml')
-rw-r--r--security-utils/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/security-utils/pom.xml b/security-utils/pom.xml
index 0a2e1251d6a..71920327fbb 100644
--- a/security-utils/pom.xml
+++ b/security-utils/pom.xml
@@ -35,17 +35,6 @@
<!-- test scope -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>testutil</artifactId>
- <version>${project.version}</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
@@ -60,11 +49,6 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.junit.vintage</groupId>
- <artifactId>junit-vintage-engine</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
<build>
<plugins>