Skip to content

Commit

Permalink
specifying surefire version in integ tests so junit5 tests do actuall…
Browse files Browse the repository at this point in the history
…y run
  • Loading branch information
Bence Erős committed Oct 9, 2020
1 parent 5f2e54c commit 21a839d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.15</version>
<version>2.22.2</version>
<configuration>
<dependenciesToScan>
<dependency>org.everit.json:org.everit.json.schema.tests.vanilla</dependency>
Expand Down
1 change: 1 addition & 0 deletions tests/vanilla/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<testClassesDirectory>${project.build.outputDirectory}</testClassesDirectory>
</configuration>
Expand Down

0 comments on commit 21a839d

Please sign in to comment.