diff --git a/baseapp/pom.xml b/baseapp/pom.xml index 25ba07bae..6e20cf0a5 100644 --- a/baseapp/pom.xml +++ b/baseapp/pom.xml @@ -15,8 +15,6 @@ jar - UTF-8 - UTF-8 1.3.29 4.1.0 0.9.10 @@ -85,6 +83,12 @@ + + org.apache.maven.plugins maven-surefire-plugin + + false + + diff --git a/gateway-ha/pom.xml b/gateway-ha/pom.xml index 41308b3bb..7dd5a6261 100644 --- a/gateway-ha/pom.xml +++ b/gateway-ha/pom.xml @@ -257,7 +257,6 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED diff --git a/pom.xml b/pom.xml index 7287bc692..d37b089ca 100644 --- a/pom.xml +++ b/pom.xml @@ -5,6 +5,12 @@ 4.0.0 + + io.airlift + airbase + 144 + + io.trino.gateway trinogateway-parent trinogateway-parent @@ -12,21 +18,26 @@ 3-SNAPSHOT - 17 - 17 UTF-8 UTF-8 + 17 + 17 + true + true + true + true + true + true + false + true + 9.4.48.v20220622 1.7.25 1.18.22 6.10 1.2.1 - 3.0.0 - 7.7 - NonEmptyAtclauseDescription,JavadocMethod,AbbreviationAsWordInName,MemberName - @@ -99,45 +110,4 @@ gateway-ha - - - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven.checkstyle.plugin.version} - - - com.puppycrawl.tools - checkstyle - ${puppycrawl.tools.checkstyle.version} - - - - google_checks.xml - true - true - true - true - ${checkstyle.violation.ignore} - warning - false - true - - - - - test-compile - - check - - - - - - diff --git a/proxyserver/src/test/io/trino/gateway/proxyserver/TestProxyServer.java b/proxyserver/src/test/java/io/trino/gateway/proxyserver/TestProxyServer.java similarity index 100% rename from proxyserver/src/test/io/trino/gateway/proxyserver/TestProxyServer.java rename to proxyserver/src/test/java/io/trino/gateway/proxyserver/TestProxyServer.java