diff --git a/client/trino-jdbc/pom.xml b/client/trino-jdbc/pom.xml index 3a4d2e929c6a..25f0782b95f5 100644 --- a/client/trino-jdbc/pom.xml +++ b/client/trino-jdbc/pom.xml @@ -414,7 +414,6 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.2 ${project.build.directory}/${project.name}-${project.version}.jar diff --git a/core/trino-server-rpm/pom.xml b/core/trino-server-rpm/pom.xml index be5adad16057..c09c054d1570 100644 --- a/core/trino-server-rpm/pom.xml +++ b/core/trino-server-rpm/pom.xml @@ -311,7 +311,6 @@ org.apache.maven.plugins maven-failsafe-plugin - 2.22.2 ${project.build.directory}/${project.build.finalName}.noarch.rpm diff --git a/pom.xml b/pom.xml index 64c5dadde791..04cca0cfd257 100644 --- a/pom.xml +++ b/pom.xml @@ -1929,6 +1929,12 @@ + + org.apache.maven.plugins + maven-failsafe-plugin + ${dep.plugin.surefire.version} + + org.apache.maven.plugins maven-shade-plugin @@ -2204,7 +2210,7 @@ org.apache.maven.surefire surefire-testng - 2.22.2 + ${dep.plugin.surefire.version} jar MAIN