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"
|
3
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
4
|
<parent>
|
5
|
<groupId>eu.dnetlib</groupId>
|
6
|
<artifactId>dnet-hadoop-parent</artifactId>
|
7
|
<version>1.0.0-SNAPSHOT</version>
|
8
|
</parent>
|
9
|
<modelVersion>4.0.0</modelVersion>
|
10
|
<artifactId>uoa-iis-3rdparty-madis</artifactId>
|
11
|
<packaging>jar</packaging>
|
12
|
<version>1.0.0-SNAPSHOT</version>
|
13
|
|
14
|
<properties>
|
15
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
16
|
</properties>
|
17
|
<dependencies>
|
18
|
<dependency>
|
19
|
<groupId>junit</groupId>
|
20
|
<artifactId>junit</artifactId>
|
21
|
<version>4.10</version>
|
22
|
<scope>test</scope>
|
23
|
</dependency>
|
24
|
</dependencies>
|
25
|
<build>
|
26
|
<plugins>
|
27
|
</plugins>
|
28
|
<pluginManagement>
|
29
|
</pluginManagement>
|
30
|
</build>
|
31
|
<repositories>
|
32
|
</repositories>
|
33
|
</project>
|