[ 
https://issues.apache.org/jira/browse/SOLR-13342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799290#comment-16799290
 ] 

Kevin Risden commented on SOLR-13342:
-------------------------------------

I would bet its in transitive dependencies based on the following:

{code:java}
git grep dom4j | cat

lucene/ivy-versions.properties:/dom4j/dom4j = 1.6.1
solr/core/ivy.xml:    <dependency org="dom4j" name="dom4j" 
rev="${/dom4j/dom4j}" conf="compile"/>
solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java:import 
org.dom4j.Document;
solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java:import 
org.dom4j.DocumentHelper;
solr/core/src/test/org/apache/solr/update/AddBlockUpdateTest.java:import 
org.dom4j.Element;
solr/licenses/dom4j-LICENSE-BSD_LIKE.txt:   please contact 
[email protected].
solr/licenses/dom4j-LICENSE-BSD_LIKE.txt:   http://www.dom4j.org
solr/licenses/jackcess-LICENSE-ASL.txt:DOM4J library (dom4j-1.6.1.jar)
solr/licenses/jackcess-LICENSE-ASL.txt:       please contact 
[email protected].
solr/licenses/jackcess-LICENSE-ASL.txt:       http://www.dom4j.org
solr/licenses/jackcess-encrypt-LICENSE-ASL.txt:DOM4J library (dom4j-1.6.1.jar)
solr/licenses/jackcess-encrypt-LICENSE-ASL.txt:       please contact 
[email protected].
solr/licenses/jackcess-encrypt-LICENSE-ASL.txt:       http://www.dom4j.org
solr/licenses/poi-LICENSE-ASL.txt:DOM4J library (dom4j-1.6.1.jar)
solr/licenses/poi-LICENSE-ASL.txt:       please contact 
[email protected].
solr/licenses/poi-LICENSE-ASL.txt:       http://www.dom4j.org
solr/licenses/poi-NOTICE.txt:This product contains the DOM4J library 
(http://www.dom4j.org).
solr/licenses/poi-ooxml-LICENSE-ASL.txt:DOM4J library (dom4j-1.6.1.jar)
solr/licenses/poi-ooxml-LICENSE-ASL.txt:       please contact 
[email protected].
solr/licenses/poi-ooxml-LICENSE-ASL.txt:       http://www.dom4j.org
solr/licenses/poi-ooxml-NOTICE.txt:This product contains the DOM4J library 
(http://www.dom4j.org).
solr/licenses/poi-ooxml-schemas-LICENSE-ASL.txt:DOM4J library (dom4j-1.6.1.jar)
solr/licenses/poi-ooxml-schemas-LICENSE-ASL.txt:       please contact 
[email protected].
solr/licenses/poi-ooxml-schemas-LICENSE-ASL.txt:       http://www.dom4j.org
solr/licenses/poi-ooxml-schemas-NOTICE.txt:This product contains the DOM4J 
library (http://www.dom4j.org).
solr/licenses/poi-scratchpad-LICENSE-ASL.txt:DOM4J library (dom4j-1.6.1.jar)
solr/licenses/poi-scratchpad-LICENSE-ASL.txt:       please contact 
[email protected].
solr/licenses/poi-scratchpad-LICENSE-ASL.txt:       http://www.dom4j.org
solr/licenses/poi-scratchpad-NOTICE.txt:This product contains the DOM4J library 
(http://www.dom4j.org).
{code}


> Remove dom4j fromj Solr
> -----------------------
>
>                 Key: SOLR-13342
>                 URL: https://issues.apache.org/jira/browse/SOLR-13342
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Erick Erickson
>            Assignee: Erick Erickson
>            Priority: Major
>
> dom4j is used in exactly one file in Solr, and it's a test:  
> AddBlockUpdateTest
> It seems like overkill to bloat the distro with that jar for one test, can we 
> change the test to use something else and remove dom4j from our distro?
> Assigning to myself to track, but if anyone has the bandwidth, _please_ take 
> it away ;)
> IDK whether there are transitive dependencies though.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to