Project

General

Profile

« Previous | Next » 

Revision 7717

Added by Jing Tao almost 11 years ago

Add the depency of d1_cn_index_processor here.

View differences:

metacat-index/pom.xml
42 42
			<type>jar</type>
43 43
			<scope>provided</scope>
44 44
		</dependency>
45
		 <dependency>
46
        <groupId>org.dataone</groupId>
47
        <artifactId>d1_cn_index_processor</artifactId>
48
        <version>1.2.0-SNAPSHOT</version>
49
        <type>jar</type>
50
        <exclusions>
51
                <exclusion>
52
                    <groupId>org.slf4j</groupId>
53
                    <artifactId>slf4j-log4j12</artifactId>
54
                </exclusion>
55
        </exclusions>
56
        </dependency>
57
		
45 58
	</dependencies>
46 59

  
47 60
	<build>

Also available in: Unified diff