From bebc5c76d51bbe6fb4c2f72495f82e00a63af440 Mon Sep 17 00:00:00 2001 From: Steven Rowe Date: Thu, 31 Oct 2013 15:23:37 +0000 Subject: [PATCH] LUCENE-5217: changes entry git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1537530 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 7422b8f46fd..3ab9bd27354 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -246,6 +246,11 @@ Build should be identical across all distributions. (Steve Rowe, Uwe Schindler, Shalin Shekhar Mangar) +* LUCENE-5217: Maven config: get dependencies from Ant+Ivy config; disable + transitive dependency resolution for all depended-on artifacts by putting + an exclusion for each transitive dependency in the + section of the grandparent POM. (Steve Rowe) + Tests * LUCENE-5278: Fix MockTokenizer to work better with more regular expression