Revision 10436
Added by Jing Tao about 7 years ago
metacat-index/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
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.