Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
[fix][*][*] use workflow to build and test
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxyan committed Nov 20, 2023
1 parent 0ed1b71 commit d67254c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,19 @@
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<excludes>
</excludes>
</configuration>
</plugin>
</plugins>
</build>

</project>

0 comments on commit d67254c

Please sign in to comment.