Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3
	<parent>
4
    		<groupId>eu.dnetlib</groupId>
5
	        <artifactId>icm-iis-parent-container</artifactId>
6
            <version>1.0.1-SNAPSHOT</version>
7
	</parent>
8
	<modelVersion>4.0.0</modelVersion>
9
	<artifactId>icm-iis-import</artifactId>
10
	<packaging>jar</packaging>
11
	<version>1.0.1-SNAPSHOT</version>
12

    
13
	<scm>
14
	  <developerConnection>
15
	    scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/icm-iis-import/trunk
16
	  </developerConnection>
17
	</scm>
18
	
19
	<properties>
20
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21
	</properties>
22
	<dependencies>
23
		<dependency>
24
			<groupId>eu.dnetlib</groupId>
25
			<artifactId>icm-iis-core</artifactId>
26
			<version>[1.0.0,2.0.0)</version>
27
		</dependency>
28
		<dependency>
29
			<groupId>eu.dnetlib</groupId>
30
			<artifactId>icm-iis-common</artifactId>
31
			<version>[1.0.0,2.0.0)</version>
32
		</dependency>
33
		<dependency>
34
			<groupId>eu.dnetlib</groupId>
35
			<artifactId>icm-iis-schemas</artifactId>
36
			<version>[1.0.0,2.0.0)</version>
37
		</dependency>
38
		<dependency>
39
			<groupId>org.apache.hbase</groupId>
40
			<artifactId>hbase</artifactId>
41
			<version>${iis.hbase.version}</version>
42
			<scope>provided</scope>
43
		</dependency>
44
		<!-- required after introducing 'provided' scope for hadoop libs -->
45
		<dependency>
46
            <groupId>org.apache.hadoop</groupId>
47
            <artifactId>hadoop-core</artifactId>
48
            <version>${iis.hadoop.core.version}</version>
49
            <scope>provided</scope>
50
        </dependency>
51
		<dependency>
52
			<groupId>org.apache.hadoop</groupId>
53
			<artifactId>hadoop-common</artifactId>
54
			<version>${iis.hadoop.common.version}</version>
55
			<scope>provided</scope>
56
		</dependency>
57
		<dependency>
58
		  <groupId>com.googlecode.protobuf-java-format</groupId>
59
		  <artifactId>protobuf-java-format</artifactId>
60
		  <version>1.2</version>
61
		</dependency>
62
		<dependency>
63
	      <groupId>com.googlecode.json-simple</groupId>
64
	      <artifactId>json-simple</artifactId>
65
	      <version>1.1</version>
66
	      <scope>compile</scope>
67
	    </dependency>
68
		<dependency>
69
			<groupId>commons-cli</groupId>
70
			<artifactId>commons-cli</artifactId>
71
			<version>1.2</version>
72
		</dependency>
73
		<dependency>
74
			<groupId>eu.dnetlib</groupId>
75
			<artifactId>dnet-objectstore-rmi</artifactId>
76
			<version>[2.0.0, 3.0.0)</version>
77
			<exclusions>
78
				<exclusion>
79
					<groupId>apache</groupId>
80
					<artifactId>commons-io</artifactId>
81
				</exclusion>
82
				<exclusion>
83
					<groupId>spring</groupId>
84
					<artifactId>spring-context</artifactId>
85
				</exclusion>
86
			</exclusions>
87
		</dependency>
88
		<dependency>
89
			<groupId>eu.dnetlib</groupId>
90
			<artifactId>cnr-rmi-api</artifactId>
91
			<version>[2.0.0, 3.0.0)</version>
92
		</dependency>
93
		<dependency>
94
			<groupId>eu.dnetlib</groupId>
95
			<artifactId>cnr-enabling-database-api</artifactId>
96
			<version>[1.0.0, 2.0.0)</version>
97
		</dependency>
98
		<dependency>
99
			<groupId>eu.dnetlib</groupId>
100
			<artifactId>cnr-resultset-client</artifactId>
101
			<version>[2.0.0, 3.0.0)</version>
102
			<exclusions>
103
				<exclusion>
104
					<groupId>apache</groupId>
105
					<artifactId>commons-io</artifactId>
106
				</exclusion>
107
				<exclusion>
108
					<groupId>apache</groupId>
109
					<artifactId>commons-collections</artifactId>
110
				</exclusion>
111
				<exclusion>
112
					<groupId>apache</groupId>
113
					<artifactId>commons-httpclient</artifactId>
114
				</exclusion>
115
				<exclusion>
116
					<groupId>apache</groupId>
117
					<artifactId>commons-beanutils</artifactId>
118
				</exclusion>
119
				<exclusion>
120
					<groupId>apache</groupId>
121
					<artifactId>commons-lang</artifactId>
122
				</exclusion>
123
				<exclusion>
124
					<groupId>apache</groupId>
125
					<artifactId>commons-logging</artifactId>
126
				</exclusion>
127
				<exclusion>
128
					<groupId>dcl</groupId>
129
					<artifactId>backport-util-concurrent</artifactId>
130
				</exclusion>
131
				<exclusion>
132
					<groupId>spring</groupId>
133
					<artifactId>spring-web</artifactId>
134
				</exclusion>
135
				<exclusion>
136
					<groupId>spring</groupId>
137
					<artifactId>spring-webmvc</artifactId>
138
				</exclusion>
139
			</exclusions>
140
		</dependency>
141
		<dependency>
142
			<groupId>eu.dnetlib</groupId>
143
			<artifactId>dnet-openaireplus-mapping-utils</artifactId>
144
			<version>[3.0.0, 4.0.0)</version>
145
		</dependency>
146
		<!-- proper spring context version required by cnr-resultset-client -->
147
		<dependency>
148
			<groupId>org.springframework</groupId>
149
			<artifactId>spring-context</artifactId>
150
			<version>${spring.version}</version>
151
		</dependency>
152
		<dependency>
153
	        <groupId>org.apache.cxf</groupId>
154
	        <artifactId>cxf-bundle-jaxrs</artifactId>
155
	        <version>${cxf.version}</version>
156
	        <exclusions>
157
	            <exclusion>
158
	                <groupId>org.eclipse.jetty</groupId>
159
	                <artifactId>jetty-server</artifactId>
160
	            </exclusion>
161
	            <exclusion>
162
	                <groupId>org.springframework</groupId>
163
	                <artifactId>spring-web</artifactId>
164
	            </exclusion>
165
	            <!-- excluding org.slf4j:slf4j-jdk14:jar:1.3.1 causing conflicts -->
166
				<exclusion>
167
					<groupId>org.slf4j</groupId>
168
					<artifactId>slf4j-jdk14</artifactId>
169
				</exclusion>
170
				<exclusion>
171
					<groupId>jdom</groupId>
172
					<artifactId>jdom</artifactId>
173
				</exclusion>
174
	        </exclusions>
175
		</dependency>
176
		<dependency>
177
			<groupId>com.google.code.gson</groupId>
178
			<artifactId>gson</artifactId>
179
			<version>${google.gson.version}</version>
180
		</dependency>
181
	</dependencies>
182
	<build>
183
	</build>
184
</project>
(3-3/3)