Skip to content

Commit

Permalink
ARROW-17704: [Java] Undo downgrade of surefire
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoss committed Sep 15, 2022
1 parent e54a184 commit de4998e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -399,13 +399,18 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.0.0-M7</version>
<dependencies>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>${dep.junit.jupiter.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.0.0-M7</version>
</dependency>
</dependencies>
<configuration>
<enableAssertions>true</enableAssertions>
Expand Down Expand Up @@ -621,13 +626,6 @@
<scope>test</scope>
</dependency>


<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>${dep.junit.platform.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down

0 comments on commit de4998e

Please sign in to comment.