diff --git a/plugin/trino-phoenix5/pom.xml b/plugin/trino-phoenix5/pom.xml index 010a1175b9d42..d208052288cdb 100644 --- a/plugin/trino-phoenix5/pom.xml +++ b/plugin/trino-phoenix5/pom.xml @@ -16,7 +16,7 @@ true 2.5.10-hadoop3 - 5.2.0 + 5.2.1 ${air.test.jvm.additional-arguments.default} --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED @@ -189,6 +189,14 @@ trino-main test + + com.squareup.okhttp3 + logging-interceptor + + + com.squareup.okhttp3 + okhttp + org.slf4j slf4j-api @@ -201,6 +209,12 @@ trino-main test-jar test + + + com.squareup.okhttp3 + okhttp + + @@ -214,6 +228,10 @@ trino-testing test + + com.squareup.okhttp3 + okhttp + junit junit @@ -366,6 +384,21 @@ mrapp-generated-classpath + + + + org.eclipse.jetty + jetty-client + + + org.eclipse.jetty + jetty-http + + + org.eclipse.jetty + jetty-io + +