From eba727757ed5dc23c635e1926795aea62ec0fc66 Mon Sep 17 00:00:00 2001 From: Yin Huai Date: Mon, 28 Nov 2016 10:09:30 -0800 Subject: [SPARK-18602] Set the version of org.codehaus.janino:commons-compiler to 3.0.0 to match the version of org.codehaus.janino:janino ## What changes were proposed in this pull request? org.codehaus.janino:janino depends on org.codehaus.janino:commons-compiler and we have been upgraded to org.codehaus.janino:janino 3.0.0. However, seems we are still pulling in org.codehaus.janino:commons-compiler 2.7.6 because of calcite. It looks like an accident because we exclude janino from calcite (see here https://github.com/apache/spark/blob/branch-2.1/pom.xml#L1759). So, this PR upgrades org.codehaus.janino:commons-compiler to 3.0.0. ## How was this patch tested? jenkins Author: Yin Huai Closes #16025 from yhuai/janino-commons-compile. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 5c417d2b35..c391102d37 100644 --- a/pom.xml +++ b/pom.xml @@ -1759,6 +1759,10 @@ org.codehaus.janino janino + + org.codehaus.janino + commons-compiler + @@ -1796,6 +1800,11 @@ janino ${janino.version} + + org.codehaus.janino + commons-compiler + ${janino.version} + joda-time joda-time -- cgit v1.2.3