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 <tsegismont@gmail.com>
  • Loading branch information
tsegismont committed Jan 9, 2025
1 parent 111a619 commit d8f1c2c
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 @@ -102,9 +102,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 @@ -87,9 +87,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 @@ -99,9 +99,6 @@
<systemPropertyVariables>
<target.dir>${project.build.directory}</target.dir>
</systemPropertyVariables>
<excludes>
<exclude>io/vertx/pgclient/it/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit d8f1c2c

Please sign in to comment.