We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f03c11 + 2772d6e commit e1f9366Copy full SHA for e1f9366
maven/pom.xml
@@ -32,7 +32,7 @@
32
<maven-plugin-api.version>3.0</maven-plugin-api.version>
33
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
34
35
- <junit.version>5.5.1</junit.version>
+ <junit.version>4.12</junit.version>
36
<mockito.version>3.1.0</mockito.version>
37
38
<fest-assert.version>1.4</fest-assert.version>
@@ -71,8 +71,8 @@
71
72
<!-- Test stuff -->
73
<dependency>
74
- <groupId>org.junit.jupiter</groupId>
75
- <artifactId>junit-jupiter-api</artifactId>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
76
<version>${junit.version}</version>
77
<scope>test</scope>
78
</dependency>
0 commit comments