<?xml version="1.0" encoding="UTF-8"?>
<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">
	<parent>
		<groupId>eu.dnetlib</groupId>
		<artifactId>dnet-parent</artifactId>
		<version>0.0.1-SNAPSHOT</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>eu.dnetlib</groupId>
	<artifactId>dnet-hadoop-commons</artifactId>
	<packaging>jar</packaging>
	<version>0.0.1-SNAPSHOT</version>
	<repositories>
		<!-- Cloudera Repositories -->
		<repository>
			<snapshots>
				<enabled>false</enabled>
			</snapshots>
			<id>cloudera-central</id>
			<name>cloundera-libs-release</name>
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-central</url>
		</repository>
		<repository>
			<id>cloudera-snapshots</id>
			<name>cloudera-libs-snapshot</name>
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/cloudera-snapshots</url>
		</repository>
		<repository>
			<id>typesafe</id>
			<name>typesafe-releases</name>
			<url>http://maven.research-infrastructures.eu/nexus/content/repositories/typesafe</url>
		</repository>
	</repositories>

	<dependencies>
		<dependency>
			<groupId>eu.dnetlib</groupId>
			<artifactId>cnr-misc-utils</artifactId>
			<version>[0.0.0,)</version>
		</dependency>
		<dependency>
			<groupId>apache</groupId>
			<artifactId>commons-logging</artifactId>
			<version>[1.0.0,1.1.0)</version>
		</dependency>
		<dependency>
			<groupId>org.apache.hadoop</groupId>
			<artifactId>hadoop-common</artifactId>
			<version>${hadoop.common.version}</version>
		</dependency>

		<!-- DO NOT REMOVE THIS DEPENDENCY!!! MODULES ACCESSING HDFS NEEDS IT EVEN 
			IF mvn dependency:analyze SUGGESTS TO REMOVE IT -->
		<dependency>
			<groupId>org.apache.hadoop</groupId>
			<artifactId>hadoop-hdfs</artifactId>
			<version>${hadoop.hdfs.version}</version>
		</dependency>
		<!-- <dependency> -->
		<!-- <groupId>junit</groupId> -->
		<!-- <artifactId>junit</artifactId> -->
		<!-- <version>4.8.2</version> -->
		<!-- <scope>test</scope> -->
		<!-- </dependency> -->
	</dependencies>
</project>
