Skip to content

Commit

Permalink
rollback change
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Bolder committed Jul 5, 2022
1 parent bda8d32 commit 3d8969f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ public PayloadValidatingInterceptor payloadValidatingInterceptor() {
return payloadValidatingInterceptor;
}

@Bean(name = "base-ws-smartmetering")
public SimpleXsdSchema baseWsSmartmeteringXsd() {
return new SimpleXsdSchema(new ClassPathResource(COMMON_XSD_PATH));
}

@Bean(name = "common")
public SimpleXsdSchema commonXsd() {
return new SimpleXsdSchema(new ClassPathResource(COMMON_XSD_PATH));
Expand Down

0 comments on commit 3d8969f

Please sign in to comment.