Skip to content

Commit

Permalink
Downgrade to JUnit 4 (#1279)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Mar 19, 2023
1 parent 236e9ad commit 2dd0dbe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -89,6 +89,18 @@
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<!-- JUnit 5 does not work with the ancient version of Spock we are forced to use -->
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit47</artifactId>
<version>${maven-surefire-plugin.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-publish-plugin</artifactId>
Expand Down

0 comments on commit 2dd0dbe

Please sign in to comment.