dnet-dedup/dnet-pace-core/pom.xml

78 lines
2.0 KiB
XML
Raw Permalink Normal View History

<?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">
2018-10-18 11:56:26 +02:00
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.dnetlib</groupId>
2018-10-18 11:56:26 +02:00
<artifactId>dnet-dedup</artifactId>
<version>4.1.13-SNAPSHOT</version>
2018-10-18 11:56:26 +02:00
<relativePath>../pom.xml</relativePath>
</parent>
2018-10-18 11:56:26 +02:00
<artifactId>dnet-pace-core</artifactId>
2018-10-18 11:56:26 +02:00
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>edu.cmu</groupId>
<artifactId>secondstring</artifactId>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
</dependency>
<dependency>
2020-02-10 12:38:40 +01:00
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
2020-02-10 12:38:40 +01:00
<dependency>
<groupId>org.antlr</groupId>
<artifactId>stringtemplate</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
<dependency>
2018-11-16 16:11:03 +01:00
<groupId>org.apache.commons</groupId>
<artifactId>commons-math3</artifactId>
</dependency>
2018-11-16 16:11:03 +01:00
<dependency>
2019-12-05 14:14:25 +01:00
<groupId>com.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
2018-11-16 16:11:03 +01:00
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>
</dependencies>
2018-10-18 11:56:26 +02:00
</project>