[Bypass Action Set] Created the OAF for Bip!Finder by putting the measures at the level of the instance. Changed also the test classes

This commit is contained in:
Miriam Baglioni 2021-11-16 13:32:35 +01:00
parent 0e1f533723
commit a1a5e95345
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ public class ProduceTest {
85,
tmp
.filter(row -> !row.getId().equals("unresolved::10.3390/s18072310::doi"))
.filter(r -> r.getMeasures() != null)
.filter(r -> r.getInstance() != null)
.count());
}

View File

@ -753,7 +753,7 @@
<mockito-core.version>3.3.3</mockito-core.version>
<mongodb.driver.version>3.4.2</mongodb.driver.version>
<vtd.version>[2.12,3.0)</vtd.version>
<dhp-schemas.version>[2.8.22]</dhp-schemas.version>
<dhp-schemas.version>[2.9.23]</dhp-schemas.version>
<dnet-actionmanager-api.version>[4.0.3]</dnet-actionmanager-api.version>
<dnet-actionmanager-common.version>[6.0.5]</dnet-actionmanager-common.version>
<dnet-openaire-broker-common.version>[3.1.6]</dnet-openaire-broker-common.version>