1 |
27674
|
michal.oni
|
<?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.0-SNAPSHOT</version>
|
7 |
|
|
</parent>
|
8 |
|
|
<modelVersion>4.0.0</modelVersion>
|
9 |
27711
|
michal.oni
|
<artifactId>icm-iis-projectreferencesmerger</artifactId>
|
10 |
27674
|
michal.oni
|
<packaging>jar</packaging>
|
11 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
12 |
|
|
|
13 |
|
|
<properties>
|
14 |
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
15 |
|
|
</properties>
|
16 |
|
|
|
17 |
|
|
<dependencies>
|
18 |
|
|
<dependency>
|
19 |
|
|
<groupId>eu.dnetlib</groupId>
|
20 |
|
|
<artifactId>icm-iis-core</artifactId>
|
21 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
22 |
|
|
</dependency>
|
23 |
|
|
<dependency>
|
24 |
|
|
<groupId>eu.dnetlib</groupId>
|
25 |
|
|
<artifactId>icm-iis-core</artifactId>
|
26 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
27 |
|
|
<type>test-jar</type>
|
28 |
|
|
<scope>test</scope>
|
29 |
|
|
</dependency>
|
30 |
|
|
<dependency>
|
31 |
|
|
<groupId>eu.dnetlib</groupId>
|
32 |
|
|
<artifactId>icm-iis-schemas</artifactId>
|
33 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
34 |
|
|
</dependency>
|
35 |
|
|
<!-- required after introducing 'provided' scope for hadoop libs -->
|
36 |
|
|
<dependency>
|
37 |
|
|
<groupId>org.apache.hadoop</groupId>
|
38 |
|
|
<artifactId>hadoop-common</artifactId>
|
39 |
|
|
<version>${iis.hadoop.common.version}</version>
|
40 |
|
|
<scope>provided</scope>
|
41 |
|
|
</dependency>
|
42 |
|
|
<!-- Needed by Oozie tests { -->
|
43 |
|
|
<!-- required after introducing 'provided' scope for hadoop dependencies -->
|
44 |
|
|
<dependency>
|
45 |
|
|
<groupId>org.apache.oozie</groupId>
|
46 |
|
|
<artifactId>oozie-core</artifactId>
|
47 |
|
|
<version>${iis.oozie.version}</version>
|
48 |
|
|
<scope>test</scope>
|
49 |
|
|
</dependency>
|
50 |
|
|
<!-- PigMain was moved to oozie-sharelib-pig since cdh4.3.1 -->
|
51 |
|
|
<dependency>
|
52 |
|
|
<groupId>org.apache.oozie</groupId>
|
53 |
|
|
<artifactId>oozie-sharelib-pig</artifactId>
|
54 |
|
|
<version>${iis.oozie.version}</version>
|
55 |
|
|
<scope>test</scope>
|
56 |
|
|
</dependency>
|
57 |
|
|
<dependency>
|
58 |
|
|
<groupId>org.apache.hadoop</groupId>
|
59 |
|
|
<artifactId>hadoop-hdfs</artifactId>
|
60 |
|
|
<version>${iis.hadoop.hdfs.version}</version>
|
61 |
|
|
<scope>test</scope>
|
62 |
|
|
</dependency>
|
63 |
|
|
<!-- end of required after introducing 'provided' scope for hadoop dependencies -->
|
64 |
|
|
<dependency>
|
65 |
|
|
<groupId>org.apache.oozie</groupId>
|
66 |
|
|
<artifactId>oozie-core</artifactId>
|
67 |
|
|
<version>${iis.oozie.version}</version>
|
68 |
|
|
<type>test-jar</type>
|
69 |
|
|
<scope>test</scope>
|
70 |
|
|
</dependency>
|
71 |
|
|
<dependency>
|
72 |
|
|
<groupId>org.apache.hadoop</groupId>
|
73 |
|
|
<artifactId>hadoop-hdfs</artifactId>
|
74 |
|
|
<version>${iis.hadoop.hdfs.version}</version>
|
75 |
|
|
<type>test-jar</type>
|
76 |
|
|
<scope>test</scope>
|
77 |
|
|
</dependency>
|
78 |
|
|
<dependency>
|
79 |
|
|
<groupId>org.apache.hadoop</groupId>
|
80 |
|
|
<artifactId>hadoop-core</artifactId>
|
81 |
|
|
<version>${iis.hadoop.core.version}</version>
|
82 |
|
|
</dependency>
|
83 |
|
|
<dependency>
|
84 |
|
|
<groupId>org.apache.hadoop</groupId>
|
85 |
|
|
<artifactId>hadoop-test</artifactId>
|
86 |
|
|
<version>${iis.hadoop.test.version}</version>
|
87 |
|
|
<scope>test</scope>
|
88 |
|
|
</dependency>
|
89 |
|
|
<dependency>
|
90 |
|
|
<groupId>org.apache.hadoop</groupId>
|
91 |
|
|
<artifactId>hadoop-common</artifactId>
|
92 |
|
|
<version>${iis.hadoop.common.version}</version>
|
93 |
|
|
<type>test-jar</type>
|
94 |
|
|
<scope>test</scope>
|
95 |
|
|
</dependency>
|
96 |
|
|
<!-- Needed by Oozie tests } -->
|
97 |
|
|
<!-- Needed to run Pig jobs { -->
|
98 |
|
|
<dependency>
|
99 |
|
|
<groupId>org.apache.pig</groupId>
|
100 |
|
|
<artifactId>pig</artifactId>
|
101 |
|
|
<version>${iis.pig.version}</version>
|
102 |
|
|
<!-- this lib cannot be set to provided -->
|
103 |
|
|
</dependency>
|
104 |
|
|
<dependency>
|
105 |
|
|
<groupId>eu.dnetlib</groupId>
|
106 |
|
|
<artifactId>icm-iis-3rdparty-pig-avrostorage</artifactId>
|
107 |
|
|
<version>1.0.0-SNAPSHOT</version>
|
108 |
|
|
<type>jar</type>
|
109 |
|
|
</dependency>
|
110 |
|
|
<!-- Needed to run Pig jobs } -->
|
111 |
|
|
</dependencies>
|
112 |
|
|
|
113 |
|
|
<build>
|
114 |
|
|
<pluginManagement>
|
115 |
|
|
<plugins>
|
116 |
|
|
<plugin>
|
117 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
118 |
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
119 |
|
|
<version>2.0.2</version>
|
120 |
|
|
</plugin>
|
121 |
|
|
</plugins>
|
122 |
|
|
</pluginManagement>
|
123 |
|
|
<plugins>
|
124 |
|
|
<plugin>
|
125 |
|
|
<groupId>org.apache.maven.plugins</groupId>
|
126 |
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
127 |
|
|
<executions>
|
128 |
|
|
<execution>
|
129 |
|
|
<phase>compile</phase>
|
130 |
|
|
<goals>
|
131 |
|
|
<goal>compile</goal>
|
132 |
|
|
</goals>
|
133 |
|
|
</execution>
|
134 |
|
|
</executions>
|
135 |
|
|
</plugin>
|
136 |
|
|
</plugins>
|
137 |
|
|
</build>
|
138 |
|
|
|
139 |
|
|
<repositories>
|
140 |
|
|
<repository>
|
141 |
|
|
<id>cloudera</id>
|
142 |
|
|
<name>Cloudera Repository</name>
|
143 |
|
|
<url>https://repository.cloudera.com/artifactory/cloudera-repos</url>
|
144 |
|
|
<releases>
|
145 |
|
|
<enabled>true</enabled>
|
146 |
|
|
</releases>
|
147 |
|
|
<snapshots>
|
148 |
|
|
<enabled>false</enabled>
|
149 |
|
|
</snapshots>
|
150 |
|
|
</repository>
|
151 |
|
|
<!-- This repository contains our patched
|
152 |
|
|
version of "avro" and "avro-mapred" modules (see the dependencies section)
|
153 |
|
|
This entry might be removed when the patch to these modules becomes
|
154 |
|
|
a part of the official Avro release.-->
|
155 |
|
|
<repository>
|
156 |
|
|
<id>dnet-deps</id>
|
157 |
|
|
<name>dnet dependencies</name>
|
158 |
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/dnet-deps</url>
|
159 |
|
|
<releases>
|
160 |
|
|
<enabled>true</enabled>
|
161 |
|
|
</releases>
|
162 |
|
|
<snapshots>
|
163 |
|
|
<enabled>false</enabled>
|
164 |
|
|
</snapshots>
|
165 |
|
|
<layout>default</layout>
|
166 |
|
|
</repository>
|
167 |
|
|
</repositories>
|
168 |
|
|
|
169 |
|
|
</project>
|