aligned with the last version of pom for production

This commit is contained in:
Miriam Baglioni 2023-06-02 15:34:35 +02:00
parent a25e8071c5
commit ff61dca84a
2 changed files with 3 additions and 2 deletions

View File

@ -141,7 +141,7 @@ public class SelectEoscResultTest {
"-isSparkSessionManaged", Boolean.FALSE.toString(),
"-outputPath", workingDir.toString() + "/publication",
"-sourcePath", sourcePath,
"-resultTableName", "eu.dnetlib.dhp.schema.oaf.Publication",
// "-resultTableName", "eu.dnetlib.dhp.schema.oaf.Publication",
"-resultPath", resultPath
});

View File

@ -102,7 +102,8 @@
<junit-jupiter.version>5.6.1</junit-jupiter.version>
<dhp.commons.lang.version>3.5</dhp.commons.lang.version>
<dhp.guava.version>11.0.2</dhp.guava.version>
<dhp-schemas.version>[2.13.2-SNAPSHOT]</dhp-schemas.version>
<!-- <dhp-schemas.version>[2.13.2-SNAPSHOT]</dhp-schemas.version>-->
<dhp-schemas.version>[2.13.1-patched]</dhp-schemas.version>
</properties>
</project>