fixed a problem with eoscType

This commit is contained in:
Michele Artini 2022-09-06 13:25:34 +02:00
parent fe3a9f7b4e
commit d46f52aa5f
2 changed files with 12 additions and 1 deletions

View File

@ -54,6 +54,9 @@ public abstract class DatasourceIgnoredProperties {
@JsonIgnore @JsonIgnore
protected String certificates; protected String certificates;
@JsonIgnore
protected String eoscType;
public String getOd_contenttypes() { public String getOd_contenttypes() {
return od_contenttypes; return od_contenttypes;
} }
@ -182,4 +185,12 @@ public abstract class DatasourceIgnoredProperties {
this.certificates = certificates; this.certificates = certificates;
} }
public String getEoscType() {
return eoscType;
}
public void setEoscType(final String eoscType) {
this.eoscType = eoscType;
}
} }

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>eu.dnetlib.dhp</groupId> <groupId>eu.dnetlib.dhp</groupId>
<artifactId>dnet-applications</artifactId> <artifactId>dnet-applications</artifactId>
<version>3.2.10-SNAPSHOT</version> <version>3.2.9-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<licenses> <licenses>