2018-01-16 14:21:13 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2019-10-31 12:08:49 +01:00
|
|
|
<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/xsd/maven-4.0.0.xsd">
|
2019-04-03 10:53:54 +02:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>eu.dnetlib.dhp</groupId>
|
|
|
|
<artifactId>dhp</artifactId>
|
2019-11-07 17:39:27 +01:00
|
|
|
<version>1.0.4</version>
|
2019-04-03 16:05:16 +02:00
|
|
|
<relativePath>../</relativePath>
|
2019-04-03 10:53:54 +02:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>dhp-common</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
|
|
|
|
<dependencies>
|
2019-10-03 12:22:44 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-cli</groupId>
|
|
|
|
<artifactId>commons-cli</artifactId>
|
|
|
|
</dependency>
|
2019-04-03 10:53:54 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-codec</groupId>
|
|
|
|
<artifactId>commons-codec</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.persistence</groupId>
|
|
|
|
<artifactId>javax.persistence-api</artifactId>
|
|
|
|
</dependency>
|
2019-04-05 12:19:25 +02:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- https://mvnrepository.com/artifact/com.rabbitmq/amqp-client -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.rabbitmq</groupId>
|
|
|
|
<artifactId>amqp-client</artifactId>
|
|
|
|
</dependency>
|
2019-10-03 12:22:44 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
</dependency>
|
2019-04-03 10:53:54 +02:00
|
|
|
</dependencies>
|
2018-01-16 14:21:13 +01:00
|
|
|
|
|
|
|
</project>
|