Project

General

Profile

« Previous | Next » 

Revision 7716

Added by Jing Tao almost 11 years ago

Remove the depency on the d1_cn_index_processor.

View differences:

pom.xml
25 25
			<version>3.4.0</version>
26 26
		</dependency>
27 27
		<dependency>
28
        <groupId>org.dataone</groupId>
29
        <artifactId>d1_cn_index_processor</artifactId>
30
        <version>1.2.0-SNAPSHOT</version>
31
        <type>jar</type>
32
        <exclusions>
33
                <exclusion>
34
                    <groupId>org.slf4j</groupId>
35
                    <artifactId>slf4j-log4j12</artifactId>
36
                </exclusion>
37
        </exclusions>
38
    </dependency>
28
			<groupId>org.dataone</groupId>
29
			<artifactId>d1_common_java</artifactId>
30
			<version>1.2.0-SNAPSHOT</version>
31
			<type>jar</type>
32
			<!-- exclude extraneous artifacts (jars) -->
33
			<exclusions>
34
		        <exclusion>
35
		          <groupId>org.jibx</groupId>
36
		          <artifactId>jibx-tools</artifactId>
37
		        </exclusion>
38
		        <exclusion>
39
		          <groupId>org.jibx</groupId>
40
		          <artifactId>jibx-schema</artifactId>
41
		        </exclusion>
42
		        <exclusion>
43
		          <groupId>org.jibx</groupId>
44
		          <artifactId>jibx-extras</artifactId>
45
		        </exclusion>
46
		        <exclusion>
47
		          <groupId>org.jibx</groupId>
48
		          <artifactId>jibx-bind</artifactId>
49
		        </exclusion>
50
		        <exclusion>
51
		        	<groupId>org.apache.maven.plugins</groupId>
52
					<artifactId>maven-compiler-plugin</artifactId>
53
		        </exclusion>
54
		        <exclusion>
55
		        	<groupId>org.apache.maven.plugins</groupId>
56
					<artifactId>maven-jar-plugin</artifactId>
57
		        </exclusion>
58
		        <exclusion>
59
		        	<groupId>org.apache.maven.plugins</groupId>
60
					<artifactId>maven-clean-plugin</artifactId>
61
		        </exclusion>
62
		        <exclusion>
63
		        	<groupId>org.jibx</groupId>
64
					<artifactId>maven-jibx-plugin</artifactId>
65
		        </exclusion>
66
			</exclusions>
67
		</dependency>
39 68
	</dependencies>
40 69
</project>

Also available in: Unified diff