[dhp-schemas-] updated the version of dhp-schema to 2.10.27 for APC name and id modification

pull/192/head
Miriam Baglioni 2 years ago
parent 73eba34d42
commit 37784209c9

@ -102,7 +102,8 @@ public class ResultTagger implements Serializable {
// .flatMap(p -> Stream.of(p.getFst(), p.getSnd()))
// .map(s -> StringUtils.substringAfter(s, "|"))
// .collect(Collectors.toCollection(HashSet::new))
tmp.forEach(
tmp
.forEach(
dsId -> datasources
.addAll(
conf.getCommunityForDatasource(dsId, param)));

@ -797,7 +797,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.10.26]</dhp-schemas.version>
<dhp-schemas.version>[2.10.27]</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>

Loading…
Cancel
Save