Project

General

Profile

« Previous | Next » 

Revision 36380

updated to CDH 5.3.X

View differences:

modules/dnet-actionmanager-common/branches/CDH-5.3.X/pom.xml
3 3
	<parent>
4 4
		<groupId>eu.dnetlib</groupId>
5 5
		<artifactId>dnet-hadoop-parent</artifactId>
6
		<version>1.0.0</version>
6
		<version>1.0.1-CDH-5.3.0-SNAPSHOT</version>
7 7
		<relativePath />
8 8
	</parent>
9 9
	<modelVersion>4.0.0</modelVersion>
......
12 12
	<packaging>jar</packaging>
13 13
	<version>2.2.1-SNAPSHOT</version>
14 14
	<scm>
15
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-actionmanager-common/trunk</developerConnection>
15
	  <developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-actionmanager-common/branches/CDH-5.3.X</developerConnection>
16 16
	</scm>
17 17
	<repositories>
18 18
		<!-- Cloudera Repositories -->
......
69 69
		</dependency>				
70 70
		<dependency>
71 71
			<groupId>org.apache.hbase</groupId>
72
			<artifactId>hbase</artifactId>
72
			<artifactId>hbase-client</artifactId>
73 73
			<version>${apache.hbase.version}</version>
74
			<exclusions>
75
				<exclusion>
76
					<groupId>tomcat</groupId>
77
					<artifactId>jasper-runtime</artifactId>
78
				</exclusion>
79
				<exclusion>
80
					<groupId>tomcat</groupId>
81
					<artifactId>jasper-compiler</artifactId>
82
				</exclusion>			
83
				<exclusion>
84
					<artifactId>slf4j-api</artifactId>
85
					<groupId>org.slf4j</groupId>
86
				</exclusion>
87
				<exclusion>
88
					<artifactId>slf4j-log4j12</artifactId>
89
					<groupId>org.slf4j</groupId>
90
				</exclusion>
91
				<exclusion>
92
					<artifactId>commons-lang</artifactId>
93
					<groupId>commons-lang</groupId>
94
				</exclusion>
95
				<exclusion>
96
					<artifactId>commons-httpclient</artifactId>
97
					<groupId>commons-httpclient</groupId>
98
				</exclusion>
99
				<exclusion>
100
					<artifactId>httpclient</artifactId>
101
					<groupId>org.apache.httpcomponents</groupId>
102
				</exclusion>
103
				<exclusion>
104
					<artifactId>httpcore</artifactId>
105
					<groupId>org.apache.httpcomponents</groupId>
106
				</exclusion>
107
				<exclusion>
108
					<artifactId>jsp-api-2.1</artifactId>
109
					<groupId>org.mortbay.jetty</groupId>
110
				</exclusion>
111
			</exclusions>
112 74
		</dependency>
113 75
		<dependency>
114 76
			<groupId>junit</groupId>

Also available in: Unified diff