[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-491) Make some optional dependencies mandatory

G Fernandes (JIRA) noreply at atlassian.com
Fri Apr 9 17:55:58 EDT 2010


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=36353#action_36353 ] 

G Fernandes commented on HSEARCH-491:
-------------------------------------

Here you are:

Index: hibernate-search-archetype/pom.xml
===================================================================
--- hibernate-search-archetype/pom.xml	(revision 19206)
+++ hibernate-search-archetype/pom.xml	(working copy)
@@ -31,40 +31,6 @@
             <artifactId>hibernate-entitymanager</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.solr</groupId>
-            <artifactId>solr-core</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-httpclient</groupId>
-                    <artifactId>commons-httpclient</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>woodstox</groupId>
-                    <artifactId>wstx-asl</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>net.java.dev.stax-utils</groupId>
-                    <artifactId>stax-utils</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.solr</groupId>
-                    <artifactId>solr-lucene-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.lucene</groupId>
-            <artifactId>lucene-snowball</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.lucene</groupId>
-            <artifactId>lucene-analyzers</artifactId>
-        </dependency>
-        <dependency>
             <groupId>hsqldb</groupId>
             <artifactId>hsqldb</artifactId>
             <version>1.8.0.2</version>


> Make some optional dependencies mandatory
> -----------------------------------------
>
>                 Key: HSEARCH-491
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-491
>             Project: Hibernate Search
>          Issue Type: Improvement
>          Components: build, documentation
>            Reporter: Emmanuel Bernard
>            Assignee: Emmanuel Bernard
>             Fix For: 3.2.0.CR1
>
>         Attachments: solrNotOptional.patch
>
>
> Need to change the pom, the artifact and the documentation (esp the getting started one).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list