entity migration (partial implementation)

This commit is contained in:
Michele Artini 2020-01-10 15:55:23 +01:00
parent 7229fecbcf
commit f7b9a7a9af
1 changed files with 11 additions and 0 deletions

View File

@ -25,6 +25,12 @@
<artifactId>dhp-common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>eu.dnetlib.dhp</groupId>
<artifactId>dhp-schemas</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>net.sf.saxon</groupId>
@ -44,6 +50,11 @@
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
</dependency>
<dependency>
<groupId>org.mockito</groupId>