Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/19154 )
Change subject: IMPALA-11673: Exclude spring-jcl from the Java build ...................................................................... IMPALA-11673: Exclude spring-jcl from the Java build spring-core has a dependency on spring-jcl, which is a jar that implements the same classes as commons-logging. Having both on the classpath can lead to conflicts and errors. Since commons-logging is already on the classpath via other dependencies, this excludes spring-jcl and adds it to the list of banned dependencies. Testing: - Ran core job - Verified spring-jcl is not present Change-Id: Ifeb741788662ec1b46303154b40109a4eef67005 Reviewed-on: http://gerrit.cloudera.org:8080/19154 Reviewed-by: Michael Smith <[email protected]> Reviewed-by: Wenzhe Zhou <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M fe/pom.xml 1 file changed, 9 insertions(+), 0 deletions(-) Approvals: Michael Smith: Looks good to me, but someone else must approve Wenzhe Zhou: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/19154 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ifeb741788662ec1b46303154b40109a4eef67005 Gerrit-Change-Number: 19154 Gerrit-PatchSet: 2 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Wenzhe Zhou <[email protected]>
