Skip to content

Commit

Permalink
chore: Use junit-platform for failsure plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed May 17, 2024
1 parent 3b851d9 commit 13b2a8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 0 additions & 5 deletions showcase/gapic-showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
Expand Down
7 changes: 7 additions & 0 deletions showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>${surefire.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit 13b2a8c

Please sign in to comment.