Skip to content

Commit

Permalink
fix junit 5 surefire plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
whhe committed Jun 21, 2024
1 parent 5403014 commit 0ca0528
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/java-test-oceanbase-ce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ jobs:
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
cache-dependency-path: 'test/pom.xml'

- name: Test Docker container
env:
Expand Down
8 changes: 3 additions & 5 deletions test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>3.2.5</version>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>com.diffplug.spotless</groupId>
Expand Down

0 comments on commit 0ca0528

Please sign in to comment.