Skip to content

Commit 9471bef

Browse files
committed
Optimize pom.xml
1 parent b4c1fd4 commit 9471bef

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<unix.socket.directory/>
5454
<unix.socket.port/>
5555
<jar.manifest>${project.basedir}/src/main/resources/META-INF/MANIFEST.MF</jar.manifest>
56+
<vertx.surefire.useModulePath>false</vertx.surefire.useModulePath>
5657
<testcontainers.version>1.17.6</testcontainers.version>
5758
</properties>
5859

@@ -156,12 +157,6 @@
156157
</execution>
157158
</executions>
158159
</plugin>
159-
<plugin>
160-
<artifactId>maven-surefire-plugin</artifactId>
161-
<configuration>
162-
<useModulePath>false</useModulePath>
163-
</configuration>
164-
</plugin>
165160
</plugins>
166161
</pluginManagement>
167162
<plugins>

0 commit comments

Comments
 (0)