1 |
26600
|
sandro.lab
|
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
31605
|
claudio.at
|
<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 |
26600
|
sandro.lab
|
<parent>
|
4 |
|
|
<groupId>eu.dnetlib</groupId>
|
5 |
|
|
<artifactId>dnet-hadoop-parent</artifactId>
|
6 |
36378
|
claudio.at
|
<version>1.0.1-CDH-5.3.0-SNAPSHOT</version>
|
7 |
30631
|
alessia.ba
|
<relativePath />
|
8 |
26600
|
sandro.lab
|
</parent>
|
9 |
|
|
<modelVersion>4.0.0</modelVersion>
|
10 |
|
|
<groupId>eu.dnetlib</groupId>
|
11 |
|
|
<artifactId>dnet-hadoop-commons</artifactId>
|
12 |
|
|
<packaging>jar</packaging>
|
13 |
37699
|
claudio.at
|
<version>1.0.4-CDH-5.3.0-SNAPSHOT</version>
|
14 |
31336
|
claudio.at
|
<scm>
|
15 |
31607
|
claudio.at
|
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-hadoop-commons/trunk</developerConnection>
|
16 |
31336
|
claudio.at
|
</scm>
|
17 |
26600
|
sandro.lab
|
<repositories>
|
18 |
|
|
<!-- Cloudera Repositories -->
|
19 |
|
|
<repository>
|
20 |
|
|
<snapshots>
|
21 |
|
|
<enabled>false</enabled>
|
22 |
|
|
</snapshots>
|
23 |
|
|
<id>cloudera-central</id>
|
24 |
|
|
<name>cloundera-libs-release</name>
|
25 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-central</url>
|
26 |
|
|
</repository>
|
27 |
|
|
<repository>
|
28 |
|
|
<id>cloudera-snapshots</id>
|
29 |
|
|
<name>cloudera-libs-snapshot</name>
|
30 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-snapshots</url>
|
31 |
|
|
</repository>
|
32 |
|
|
<repository>
|
33 |
|
|
<id>typesafe</id>
|
34 |
|
|
<name>typesafe-releases</name>
|
35 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/typesafe</url>
|
36 |
|
|
</repository>
|
37 |
|
|
</repositories>
|
38 |
|
|
|
39 |
|
|
<dependencies>
|
40 |
|
|
<dependency>
|
41 |
|
|
<groupId>eu.dnetlib</groupId>
|
42 |
|
|
<artifactId>cnr-misc-utils</artifactId>
|
43 |
30630
|
alessia.ba
|
<version>[1.0.0,2.0.0)</version>
|
44 |
26600
|
sandro.lab
|
<exclusions>
|
45 |
|
|
<exclusion>
|
46 |
|
|
<artifactId>slf4j-api</artifactId>
|
47 |
|
|
<groupId>org.slf4j</groupId>
|
48 |
|
|
</exclusion>
|
49 |
|
|
</exclusions>
|
50 |
|
|
</dependency>
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>org.apache.hadoop</groupId>
|
53 |
|
|
<artifactId>hadoop-common</artifactId>
|
54 |
|
|
<version>${hadoop.common.version}</version>
|
55 |
|
|
<exclusions>
|
56 |
|
|
<exclusion>
|
57 |
|
|
<groupId>javax.servlet</groupId>
|
58 |
|
|
<artifactId>servlet-api</artifactId>
|
59 |
|
|
</exclusion>
|
60 |
|
|
<exclusion>
|
61 |
|
|
<artifactId>slf4j-api</artifactId>
|
62 |
|
|
<groupId>org.slf4j</groupId>
|
63 |
|
|
</exclusion>
|
64 |
|
|
<exclusion>
|
65 |
|
|
<artifactId>slf4j-log4j12</artifactId>
|
66 |
|
|
<groupId>org.slf4j</groupId>
|
67 |
|
|
</exclusion>
|
68 |
|
|
<exclusion>
|
69 |
|
|
<artifactId>jsp-api</artifactId>
|
70 |
|
|
<groupId>javax.servlet.jsp</groupId>
|
71 |
|
|
</exclusion>
|
72 |
|
|
</exclusions>
|
73 |
|
|
</dependency>
|
74 |
|
|
<dependency>
|
75 |
|
|
<groupId>org.apache.hadoop</groupId>
|
76 |
37699
|
claudio.at
|
<artifactId>hadoop-client</artifactId>
|
77 |
|
|
<version>${hadoop.client.version}</version>
|
78 |
26600
|
sandro.lab
|
<exclusions>
|
79 |
|
|
<exclusion>
|
80 |
|
|
<groupId>tomcat</groupId>
|
81 |
|
|
<artifactId>jasper-runtime</artifactId>
|
82 |
|
|
</exclusion>
|
83 |
|
|
<exclusion>
|
84 |
|
|
<groupId>tomcat</groupId>
|
85 |
|
|
<artifactId>jasper-compiler</artifactId>
|
86 |
|
|
</exclusion>
|
87 |
|
|
<exclusion>
|
88 |
|
|
<artifactId>jsp-api</artifactId>
|
89 |
|
|
<groupId>javax.servlet.jsp</groupId>
|
90 |
|
|
</exclusion>
|
91 |
|
|
<exclusion>
|
92 |
|
|
<groupId>javax.servlet</groupId>
|
93 |
|
|
<artifactId>servlet-api</artifactId>
|
94 |
|
|
</exclusion>
|
95 |
37699
|
claudio.at
|
<exclusion>
|
96 |
|
|
<artifactId>hadoop-aws</artifactId>
|
97 |
|
|
<groupId>org.apache.hadoop</groupId>
|
98 |
|
|
</exclusion>
|
99 |
26600
|
sandro.lab
|
</exclusions>
|
100 |
|
|
</dependency>
|
101 |
37699
|
claudio.at
|
|
102 |
|
|
<!-- <dependency> -->
|
103 |
|
|
<!-- <groupId>org.apache.hadoop</groupId> -->
|
104 |
|
|
<!-- <artifactId>hadoop-core</artifactId> -->
|
105 |
|
|
<!-- <version>2.5.0-mr1-cdh5.3.2</version> -->
|
106 |
|
|
<!-- </dependency> -->
|
107 |
|
|
|
108 |
|
|
|
109 |
26600
|
sandro.lab
|
<dependency>
|
110 |
|
|
<groupId>org.springframework</groupId>
|
111 |
|
|
<artifactId>spring-beans</artifactId>
|
112 |
|
|
<version>${spring.version}</version>
|
113 |
|
|
</dependency>
|
114 |
|
|
|
115 |
|
|
|
116 |
|
|
<!-- DO NOT REMOVE THIS DEPENDENCY!!! MODULES ACCESSING HDFS NEEDS IT EVEN
|
117 |
|
|
IF mvn dependency:analyze SUGGESTS TO REMOVE IT -->
|
118 |
|
|
<dependency>
|
119 |
|
|
<groupId>org.apache.hadoop</groupId>
|
120 |
|
|
<artifactId>hadoop-hdfs</artifactId>
|
121 |
|
|
<version>${hadoop.hdfs.version}</version>
|
122 |
|
|
<exclusions>
|
123 |
|
|
<exclusion>
|
124 |
|
|
<groupId>javax.servlet</groupId>
|
125 |
|
|
<artifactId>servlet-api</artifactId>
|
126 |
|
|
</exclusion>
|
127 |
|
|
<exclusion>
|
128 |
|
|
<artifactId>jsp-api</artifactId>
|
129 |
|
|
<groupId>javax.servlet.jsp</groupId>
|
130 |
|
|
</exclusion>
|
131 |
|
|
</exclusions>
|
132 |
|
|
</dependency>
|
133 |
|
|
</dependencies>
|
134 |
|
|
</project>
|