GOSSIP-11: introducing junit5

This commit is contained in:
chandresh-pancholi
2016-09-09 21:16:07 +05:30
parent 4e13c899f0
commit 316e8e752d
5 changed files with 31 additions and 19 deletions

10
pom.xml
View File

@ -78,12 +78,14 @@
<artifactId>jackson-datatype-json-org</artifactId>
<version>${jackson-datatype-json-org.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.0.0-M2</version>
</dependency>
<dependency>
<groupId>io.teknek</groupId>
<artifactId>tunit</artifactId>