summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-21 16:06:32 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-21 16:06:32 +0200
commit7b913e0cd410920aac6ebfc5b4031a32e4a9befc (patch)
treebe3eb4b4742c6da2ad2c1cbe25179c686dd24cad /parent
parenta0d854b6a3fab6fe44b1164c071fc994b331c3bc (diff)
Surefire 2.22 and junit5 dependency management, with POC
Diffstat (limited to 'parent')
-rw-r--r--parent/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 1855553bc20..e2012214d89 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -515,6 +515,16 @@
<version>${curator.version}</version>
</dependency>
<dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-engine</artifactId>
+ <version>${junit.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <version>${junit.version}</version>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
@@ -765,7 +775,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<test.hide>true</test.hide>
<doclint>all</doclint>
- <surefire.version>2.21.0</surefire.version>
+ <surefire.version>2.22.0</surefire.version>
+ <junit.version>5.4.2</junit.version>
<protobuf.version>3.7.0</protobuf.version>
</properties>