[
http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-491?pag...
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira