We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 747400e commit 2772d6eCopy full SHA for 2772d6e
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>
@@ -72,8 +72,8 @@
72
73
<!-- Test stuff -->
74
<dependency>
75
- <groupId>org.junit.jupiter</groupId>
76
- <artifactId>junit-jupiter-api</artifactId>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
77
<version>${junit.version}</version>
78
<scope>test</scope>
79
</dependency>
0 commit comments