From 3a41b81510f13cfb98c5e81d1fc6469301b89090 Mon Sep 17 00:00:00 2001 From: tinwelint Date: Fri, 15 Jan 2016 08:11:51 +0100 Subject: [PATCH] Fixes a commons lang3 dependency issue where this component already had that dependency transitively, but the pom file declared that dependency for use in test scope and so it was no longer included in runtime scope. This would be problematic if you'd run a main class from the component directly, but would work fine in a packaged neo4j since there were other components including that dependency anyway. --- community/import-tool/LICENSES.txt | 1 + community/import-tool/NOTICE.txt | 1 + community/import-tool/pom.xml | 5 ----- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/community/import-tool/LICENSES.txt b/community/import-tool/LICENSES.txt index 3d4ca5c85b909..80cc003aa41c8 100644 --- a/community/import-tool/LICENSES.txt +++ b/community/import-tool/LICENSES.txt @@ -3,6 +3,7 @@ libraries. For an overview of the licenses see the NOTICE.txt file. ------------------------------------------------------------------------------ Apache Software License, Version 2.0 + Apache Commons Lang Lucene Core ------------------------------------------------------------------------------ diff --git a/community/import-tool/NOTICE.txt b/community/import-tool/NOTICE.txt index 55377c8481f3d..2f2387472b83d 100644 --- a/community/import-tool/NOTICE.txt +++ b/community/import-tool/NOTICE.txt @@ -26,5 +26,6 @@ Third-party licenses -------------------- Apache Software License, Version 2.0 + Apache Commons Lang Lucene Core diff --git a/community/import-tool/pom.xml b/community/import-tool/pom.xml index 9991ed3ef7927..f0f1d86f344b8 100644 --- a/community/import-tool/pom.xml +++ b/community/import-tool/pom.xml @@ -81,10 +81,5 @@ the relevant Commercial Agreement. junit test - - org.apache.commons - commons-lang3 - test -