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

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Apr 9 11:54:58 EDT 2010


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

Emmanuel Bernard commented on HSEARCH-491:
------------------------------------------

Are you familiar 2with Maven archetypes.
It seems our current archetype in hibernate-search-archetype should be simplified as we know pull deps from HSearch as mandatory.

ie removing
{code}
<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>
{code}

> 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