Skip to content

Commit e1f9366

Browse files
authored
Merge pull request #495 from joschi/junit-cleanup
Depend on JUnit 4.12 instead of JUnit 5.5.1
2 parents 4f03c11 + 2772d6e commit e1f9366

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

maven/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<maven-plugin-api.version>3.0</maven-plugin-api.version>
3333
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
3434

35-
<junit.version>5.5.1</junit.version>
35+
<junit.version>4.12</junit.version>
3636
<mockito.version>3.1.0</mockito.version>
3737

3838
<fest-assert.version>1.4</fest-assert.version>
@@ -71,8 +71,8 @@
7171

7272
<!-- Test stuff -->
7373
<dependency>
74-
<groupId>org.junit.jupiter</groupId>
75-
<artifactId>junit-jupiter-api</artifactId>
74+
<groupId>junit</groupId>
75+
<artifactId>junit</artifactId>
7676
<version>${junit.version}</version>
7777
<scope>test</scope>
7878
</dependency>

0 commit comments

Comments
 (0)