GOSSIP-11: introducing junit5
This commit is contained in:
10
pom.xml
10
pom.xml
@ -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>
|
||||
|
Reference in New Issue
Block a user