diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 26823c040f7..9c0c5454628 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -604,6 +604,11 @@ sqlline sqlline + + + org.openjdk.nashorn + nashorn-core + org.apache.drill.metastore drill-iceberg-metastore diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index e5211f6db96..987ff47cbac 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -33,7 +33,7 @@ "package.namespace.prefix" equals to "oadd.". It can be overridden if necessary within any profile --> oadd. - 58000000 + 59000000 diff --git a/exec/jdbc/pom.xml b/exec/jdbc/pom.xml index f4da9524f7a..a0539995037 100644 --- a/exec/jdbc/pom.xml +++ b/exec/jdbc/pom.xml @@ -71,6 +71,23 @@ sqlline test + + + org.openjdk.nashorn + nashorn-core + test + + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + xerces diff --git a/pom.xml b/pom.xml index f229eb67d0f..46270fc8f72 100644 --- a/pom.xml +++ b/pom.xml @@ -124,6 +124,7 @@ 5.2.0 5.5.1 0.6.6 + 15.4 2.0.65.Final 4.1.118.Final @@ -1525,6 +1526,23 @@ sqlline ${sqlline.version} + + + org.openjdk.nashorn + nashorn-core + ${nashorn.version} + + + + org.ow2.asm + asm + + + org.ow2.asm + asm-tree + + + commons-net commons-net