diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 9c8607200a8..82bac73706c 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -135,6 +135,13 @@ Other Changes * SOLR-5974: Remove ShardDoc.score and use parent's ScoreDoc.score. (Tomás Fernández Löbbe via Ryan Ernst) +Build +--------------------- + +* SOLR-6006: Separate test and compile scope dependencies in the Solrj ivy.xml + file, so that the derived Maven dependencies get filled out properly in the + Solrj POM. (Steven Scott, Steve Rowe) + ================== 4.8.0 ================== Versions of Major Components diff --git a/solr/core/ivy.xml b/solr/core/ivy.xml index 06806ff40a6..bf30e1464ca 100644 --- a/solr/core/ivy.xml +++ b/solr/core/ivy.xml @@ -35,19 +35,22 @@ - - - + + + - - + + + + + - + Solrj - Solr Java Client + + + @@ -39,6 +42,14 @@ + + + + + + + diff --git a/solr/solrj/ivy.xml b/solr/solrj/ivy.xml index 72b33596a7c..ba36795d1bd 100644 --- a/solr/solrj/ivy.xml +++ b/solr/solrj/ivy.xml @@ -17,36 +17,28 @@ under the License. --> - + - - - - - - + + + + - E.g. httpclient v4.2.3 depends on httpcore v4.2.2 - see the httpcomponents-client POM - - look for under : - https://svn.apache.org/repos/asf/httpcomponents/httpclient/tags/4.2.3/pom.xml - --> - - - - - - - - - - - + + + + + + + + + + + + + + +