From 6eb7963d6796a16cd44228cdc50b9fa96fd729d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Wa=C5=9B?= Date: Thu, 14 Sep 2023 12:05:09 +0200 Subject: [PATCH] Allow AbstractTestQueryFramework to run with JUnit --- plugin/trino-singlestore/pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) 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} + + + + +