Skip to content

Commit

Permalink
Merge pull request #154 from DiSSCo/feature/remove-empty-arrays
Browse files Browse the repository at this point in the history
Remove empty arrays
  • Loading branch information
samleeflang authored Nov 25, 2024
2 parents 52273d5 + ed1adfb commit 439fc29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@
<includeConstructors>true</includeConstructors>
<includeDynamicBuilders>true</includeDynamicBuilders>
<includeAdditionalProperties>true</includeAdditionalProperties>
<inclusionLevel>NON_EMPTY</inclusionLevel>
</configuration>
<executions>
<execution>
Expand Down
1 change: 0 additions & 1 deletion src/test/java/eu/dissco/backend/TestUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ private static DigitalSpecimen givenDigitalSpecimen(String id, String physicalId
.withOdsFdoType(DIGITAL_SPECIMEN_TYPE)
.withDctermsModified("03/12/2012")
.withDwcDatasetName("Royal Botanic Garden Edinburgh Herbarium")
.withDwcPreparations("")
.withDctermsLicense("http://creativecommons.org/licenses/by/4.0/legalcode")
.withOdsSpecimenName(specimenName)
.withOdsOrganisationID("https://ror.org/0349vqz63")
Expand Down

0 comments on commit 439fc29

Please sign in to comment.