Skip to content

Commit

Permalink
Optimize pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 1, 2024
1 parent b4c1fd4 commit 9471bef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<unix.socket.directory/>
<unix.socket.port/>
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
<testcontainers.version>1.17.6</testcontainers.version>
</properties>

Expand Down Expand Up @@ -156,12 +157,6 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useModulePath>false</useModulePath>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 9471bef

Please sign in to comment.