LUCENE-5217: changes entry

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1537530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2013-10-31 15:23:37 +00:00
parent c9c9ea148b
commit bebc5c76d5
1 changed files with 5 additions and 0 deletions

View File

@ -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 <dependencyManagement>
section of the grandparent POM. (Steve Rowe)
Tests
* LUCENE-5278: Fix MockTokenizer to work better with more regular expression