Import dnet-pace-core module in this project and use it after renaming to dhp-pace-core #319

Merged
giambattista.bloisi merged 198 commits from beta_with_pace_core into beta 2023-07-11 14:03:15 +02:00
4 changed files with 0 additions and 9 deletions
Showing only changes of commit 4bd5a9beee - Show all commits

BIN
.DS_Store vendored Normal file

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;