Skip to content

Commit

Permalink
IM-270 fix: Add licenses.dto folder to mongoconfig for get correct in…
Browse files Browse the repository at this point in the history
…stance
  • Loading branch information
kristinaBc3 committed Feb 20, 2024
1 parent 8587688 commit 7f9639e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public LocalValidatorFactoryBean validator() {

@Override
protected Collection<String> getMappingBasePackages(){
return Arrays.asList("org.integratedmodelling.klab.hub.api","org.integratedmodelling.klab.hub.tokens.dto"
return Arrays.asList("org.integratedmodelling.klab.hub.api","org.integratedmodelling.klab.hub.tokens.dto","org.integratedmodelling.klab.hub.licenses.dto"
);
}

Expand Down

0 comments on commit 7f9639e

Please sign in to comment.