aboutsummaryrefslogtreecommitdiffstats
path: root/node-admin/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-08-31 17:09:34 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-08-31 17:09:34 +0200
commit24be6f6f96c95c9ea05b91d277fe513355d18fba (patch)
tree8a71006463fe7f55aefaae65b3229234fbbe3c30 /node-admin/pom.xml
parent4be216b93444d2c4befffa1ef483d828b0fd8ba2 (diff)
Escape all non-alphanumeric characters
Diffstat (limited to 'node-admin/pom.xml')
-rw-r--r--node-admin/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/node-admin/pom.xml b/node-admin/pom.xml
index 473d106775e..d7da29bbba7 100644
--- a/node-admin/pom.xml
+++ b/node-admin/pom.xml
@@ -95,6 +95,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>
<groupId>com.yahoo.vespa</groupId>
<artifactId>application</artifactId>
<version>${project.version}</version>