From 4a09773adbc9076f3052dfec70abfbb395e5120c Mon Sep 17 00:00:00 2001 From: Philip Zoio Date: Mon, 27 Apr 2020 11:41:30 +0100 Subject: [PATCH] Issue #5: set core dependencies for 4.3.26. --- impala/impala-core/dependencies.txt | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/impala/impala-core/dependencies.txt b/impala/impala-core/dependencies.txt index ac45c87b0..5db2421d2 100644 --- a/impala/impala-core/dependencies.txt +++ b/impala/impala-core/dependencies.txt @@ -1,10 +1,11 @@ -main from org.springframework:spring-core:3.2.0.RELEASE -main from org.springframework:spring-beans:3.2.0.RELEASE -main from org.springframework:spring-context:3.2.0.RELEASE -main from org.springframework:spring-context-support:3.2.0.RELEASE -main from org.springframework:spring-aop:3.2.0.RELEASE -main from org.springframework:spring-web:3.2.0.RELEASE -main from org.springframework:spring-expression:3.2.0.RELEASE +main from org.springframework:spring-core:4.3.26.RELEASE +main from org.springframework:spring-beans:4.3.26.RELEASE +main from org.springframework:spring-context:4.3.26.RELEASE +main from org.springframework:spring-context-support:4.3.26.RELEASE +main from org.springframework:spring-aop:4.3.26.RELEASE +main from org.springframework:spring-web:4.3.26.RELEASE +main from org.springframework:spring-expression:4.3.26.RELEASE +main from org.springframework:spring-webmvc:4.3.26.RELEASE main from commons-io:commons-io:1.4 main from log4j:log4j:1.2.17