Project

General

Profile

« Previous | Next » 

Revision 10436

Added by Jing Tao almost 7 years ago

Exclude the solrj jar file from d1_cn_index_processor. This jar file has the api change. This is a temporary change in order to make Metacat compilable.

View differences:

pom.xml
65 65
					<groupId>xml-apis</groupId>
66 66
					<artifactId>xml-apis</artifactId>
67 67
				</exclusion>
68
				<exclusion>
69
				   <groupId>org.apache.solr</groupId>
70
                    <artifactId>solr-solrj</artifactId>
71
				</exclusion>
68 72
        </exclusions>
69 73
        </dependency>
70 74
        <dependency>

Also available in: Unified diff