Skip to content

Commit

Permalink
Remove redundant excludes from Oracle, MySQL surefire and DB2 configs (
Browse files Browse the repository at this point in the history
…#1480)

Probably leftovers when content was copied from the Pg client POM file.

Signed-off-by: Thomas Segismont <[email protected]>
  • Loading branch information
tsegismont authored Jan 7, 2025
1 parent c30df2f commit 61db013
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions vertx-db2-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@
(https://bugs.openjdk.java.net/browse/JDK-8258598) -->
<java.security.properties>${project.basedir}/src/test/java.security</java.security.properties>
</systemPropertyVariables>
<excludes>
<exclude>io/vertx/db2client/it/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 0 additions & 3 deletions vertx-mysql-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@
<systemPropertyVariables>
<target.dir>${project.build.directory}</target.dir>
</systemPropertyVariables>
<excludes>
<exclude>io/vertx/pgclient/it/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down
3 changes: 0 additions & 3 deletions vertx-oracle-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@
<systemPropertyVariables>
<target.dir>${project.build.directory}</target.dir>
</systemPropertyVariables>
<excludes>
<exclude>io/vertx/pgclient/it/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 61db013

Please sign in to comment.