Revision 7715
Added by Jing Tao over 11 years ago
metacat-index/pom.xml | ||
---|---|---|
30 | 30 |
<scope>test</scope> |
31 | 31 |
</dependency> |
32 | 32 |
<dependency> |
33 |
<groupId>org.dataone</groupId> |
|
34 |
<artifactId>d1_cn_index_processor</artifactId> |
|
35 |
<version>1.2.0-SNAPSHOT</version> |
|
36 |
<type>jar</type> |
|
37 |
<exclusions> |
|
38 |
<exclusion> |
|
39 |
<groupId>org.slf4j</groupId> |
|
40 |
<artifactId>slf4j-log4j12</artifactId> |
|
41 |
</exclusion> |
|
42 |
</exclusions> |
|
43 |
</dependency> |
|
44 |
<dependency> |
|
45 | 33 |
<groupId>edu.ucsb.nceas.metacat.common</groupId> |
46 | 34 |
<artifactId>metacat-common</artifactId> |
47 | 35 |
<version>1.0-SNAPSHOT</version> |
Also available in: Unified diff
move the depency of d1_cn_index_processor to the metacat-common module.