added module to test dnet-pace-core

This commit is contained in:
Sandro La Bruzzo 2018-10-02 10:55:29 +02:00
parent a043d0c716
commit e65ecfcc3a
1 changed files with 29 additions and 0 deletions

29
dnet-dedup-test/pom.xml Normal file
View File

@ -0,0 +1,29 @@
<?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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet45-parent</artifactId>
<version>1.0.0</version>
<relativePath />
</parent>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-dedup-test</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-pace-core</artifactId>
<version>2.6.8-SNAPSHOT</version>
</dependency>
</dependencies>
</project>