diff --git a/Jenkinsfile b/Jenkinsfile index 5c5c239e4f59..7d66b3ec1fbf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -67,7 +67,7 @@ setPrLabel("PENDING"); def executorNode(run) { hdbPodTemplate { - timeout(time: 24, unit: 'HOURS') { + timeout(time: 4, unit: 'HOURS') { node(POD_LABEL) { container('hdb') { run() diff --git a/pom.xml b/pom.xml index 42f6757b8cdd..eebc7fa340fe 100644 --- a/pom.xml +++ b/pom.xml @@ -106,7 +106,7 @@ 1.8 - 1.6.0 + 1.7.3 5.5.0 1.9.1 3.5.2 @@ -135,6 +135,7 @@ 3.1.0 0.1.2 0.9.2 + 1.1.5 14.0.1 2.4.4 1.3.166 @@ -155,6 +156,7 @@ 5.5.23 2.3.4 2.3.1 + 2.7.6 0.3.2 3.0.0.v201112011016 5.5.1 @@ -180,6 +182,7 @@ 2.0.0-M5 4.0.52.Final 1.8.1 + 5.1.5-jhyde 0.16.0 2.5.0 1.0.1 @@ -217,6 +220,17 @@ warn + + conjars + Conjars + http://conjars.org/repo + default + + true + always + warn + + @@ -359,6 +373,11 @@ junit ${junit.version} + + net.hydromatic + eigenbase-properties + ${eigenbase-properties.version} + org.apache.logging.log4j log4j-1.2-api @@ -573,6 +592,16 @@ jackson-xc ${jackson.version} + + org.codehaus.janino + commons-compiler + ${janino.version} + + + org.codehaus.janino + janino + ${janino.version} + org.codehaus.jettison jettison @@ -728,6 +757,11 @@ hadoop-minicluster ${hadoop.version} + + org.pentaho + pentaho-aggdesigner-algorithm + ${pentaho-aggdesigner.version} + org.scala-lang scala-library diff --git a/ql/pom.xml b/ql/pom.xml index 08a3bbbd16e6..3dfb510a983e 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -711,6 +711,22 @@ ${glassfish.jersey.version} test + + net.hydromatic + eigenbase-properties + + + org.codehaus.janino + commons-compiler + + + org.codehaus.janino + janino + + + org.pentaho + pentaho-aggdesigner-algorithm +