Skip to content

Commit

Permalink
fix: missing export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jobulcke committed Nov 18, 2024
1 parent d066f2e commit c978636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ldes-server-domain/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
exports be.vlaanderen.informatievlaanderen.ldes.server.domain.model;
exports be.vlaanderen.informatievlaanderen.ldes.server.domain.rest;
exports be.vlaanderen.informatievlaanderen.ldes.server.domain.encodig;
exports be.vlaanderen.informatievlaanderen.ldes.server.domain.versioning;

// Events
exports be.vlaanderen.informatievlaanderen.ldes.server.domain.events.retention;
Expand Down

0 comments on commit c978636

Please sign in to comment.