diff --git a/pom.xml b/pom.xml index f152b2d8f22de..9680aab1006cd 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ 2.12.7 - 1.53 + jdk8_snapshot 7.5 3.8.0 1.2.13 @@ -1997,7 +1997,7 @@ - io.prestodb.tempto + com.github.aaneja.tempto tempto-core ${dep.tempto.version} @@ -2009,11 +2009,15 @@ com.google.code.findbugs annotations + + org.testng + testng + - io.prestodb.tempto + com.github.aaneja.tempto tempto-ldap ${dep.tempto.version} @@ -2021,11 +2025,15 @@ com.datastax.cassandra cassandra-driver-core + + org.testng + testng + - io.prestodb.tempto + com.github.aaneja.tempto tempto-kafka ${dep.tempto.version} @@ -2037,11 +2045,15 @@ org.slf4j slf4j-log4j12 + + org.testng + testng + - io.prestodb.tempto + com.github.aaneja.tempto tempto-runner ${dep.tempto.version} @@ -2049,6 +2061,10 @@ com.datastax.cassandra cassandra-driver-core + + org.testng + testng + diff --git a/presto-product-tests/pom.xml b/presto-product-tests/pom.xml index 0c97a9b0063f5..dd6c54391b18c 100644 --- a/presto-product-tests/pom.xml +++ b/presto-product-tests/pom.xml @@ -18,6 +18,34 @@ 2.12.2 + + + java17 + + 17 + + + + --add-opens java.base/java.io=ALL-UNNAMED + --add-opens java.base/java.lang=ALL-UNNAMED + --add-opens java.base/java.lang.ref=ALL-UNNAMED + --add-opens java.base/java.lang.reflect=ALL-UNNAMED + --add-opens java.base/java.net=ALL-UNNAMED + --add-opens java.base/java.nio=ALL-UNNAMED + --add-opens java.base/java.security=ALL-UNNAMED + --add-opens java.base/javax.security.auth=ALL-UNNAMED + --add-opens java.base/javax.security.auth.login=ALL-UNNAMED + --add-opens java.base/java.text=ALL-UNNAMED + --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/java.util.concurrent=ALL-UNNAMED + --add-opens java.base/java.util.concurrent.atomic=ALL-UNNAMED + --add-opens java.base/java.util.regex=ALL-UNNAMED + --add-opens java.base/jdk.internal.loader=ALL-UNNAMED + --add-opens java.base/sun.security.action=ALL-UNNAMED + + + + org.apache.avro @@ -45,19 +73,19 @@ - io.prestodb.tempto + com.github.aaneja.tempto tempto-core - io.prestodb.tempto + com.github.aaneja.tempto tempto-ldap - io.prestodb.tempto + com.github.aaneja.tempto tempto-kafka - io.prestodb.tempto + com.github.aaneja.tempto tempto-runner @@ -179,6 +207,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 17 + 17 + + org.apache.maven.plugins maven-shade-plugin