minor changes

This commit is contained in:
miconis 2019-03-26 15:48:21 +01:00
parent 1dbb765343
commit e9894ed089
8 changed files with 32 additions and 9 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
dnet-dedup-test/.DS_Store vendored Normal file

Binary file not shown.

BIN
dnet-dedup-test/src/test/.DS_Store vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
dnet-pace-core/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -1,4 +0,0 @@
public class DedupTestIT {
}

View File

@ -1,11 +1,6 @@
package eu.dnetlib.pace.config;
import java.io.IOException;
import eu.dnetlib.pace.AbstractPaceTest;
import eu.dnetlib.pace.model.MapDocument;
import eu.dnetlib.pace.model.MapDocumentSerializer;
import org.apache.commons.io.IOUtils;
import org.junit.Test;
import static org.junit.Assert.assertEquals;

32
pom.xml
View File

@ -93,6 +93,26 @@
<artifactId>maven-dependency-plugin</artifactId>
<version>3.0.0</version>
</plugin>
<!--<plugin>-->
<!--<groupId>org.apache.maven.plugins</groupId>-->
<!--<artifactId>maven-failsafe-plugin</artifactId>-->
<!--<version>2.13</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>integration-test</id>-->
<!--<goals>-->
<!--<goal>integration-test</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--<execution>-->
<!--<id>verify</id>-->
<!--<goals>-->
<!--<goal>verify</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
</plugins>
</build>
@ -182,6 +202,11 @@
<artifactId>spark-graphx_2.11</artifactId>
<version>${spark.version}</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.11</artifactId>
<version>${spark.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
@ -193,6 +218,13 @@
<artifactId>reflections</artifactId>
<version>0.9.10</version>
</dependency>
<dependency>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-client</artifactId>
<version>5.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>