diff --git a/plugin/trino-ranger/pom.xml b/plugin/trino-ranger/pom.xml index abead3f53015..2cfeedcd270e 100644 --- a/plugin/trino-ranger/pom.xml +++ b/plugin/trino-ranger/pom.xml @@ -15,6 +15,7 @@ Trino - Apache Ranger access control + 11.0.26 25.0.1 2.7.0 @@ -203,6 +204,10 @@ commons-logging commons-logging + + org.eclipse.jetty + * + @@ -212,6 +217,41 @@ runtime + + org.eclipse.jetty + jetty-alpn-client + ${dep.jetty11.version} + runtime + + + + org.eclipse.jetty + jetty-client + ${dep.jetty11.version} + runtime + + + + org.eclipse.jetty + jetty-http + ${dep.jetty11.version} + runtime + + + + org.eclipse.jetty + jetty-io + ${dep.jetty11.version} + runtime + + + + org.eclipse.jetty + jetty-util + ${dep.jetty11.version} + runtime + + org.graalvm.js js-scriptengine