diff --git a/plugin/trino-singlestore/pom.xml b/plugin/trino-singlestore/pom.xml index a8f348dc2432..72d51746491a 100644 --- a/plugin/trino-singlestore/pom.xml +++ b/plugin/trino-singlestore/pom.xml @@ -200,4 +200,31 @@ test + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + org.apache.maven.surefire + surefire-junit-platform + ${dep.plugin.surefire.version} + + + org.apache.maven.surefire + surefire-testng + ${dep.plugin.surefire.version} + + + org.junit.jupiter + junit-jupiter-engine + ${dep.junit.version} + + + + +