Revision 7553
Added by Jing Tao over 11 years ago
metacat-index/pom.xml | ||
---|---|---|
34 | 34 |
<artifactId>d1_cn_index_processor</artifactId> |
35 | 35 |
<version>1.2.0-SNAPSHOT</version> |
36 | 36 |
<type>jar</type> |
37 |
<exclusions> |
|
38 |
<exclusion> |
|
39 |
<groupId>org.slf4j</groupId> |
|
40 |
<artifactId>slf4j-log4j12</artifactId> |
|
41 |
</exclusion> |
|
42 |
</exclusions> |
|
37 | 43 |
</dependency> |
38 | 44 |
<dependency> |
39 | 45 |
<groupId>org.dataone</groupId> |
Also available in: Unified diff
Excludes the slf4j-log4j12.jar for removing duplicated class.