Skip to content

Commit

Permalink
opened packages for wicket-auth-roles
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstorm committed Oct 19, 2023
1 parent 5f2d3da commit 64bcd6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wicket-auth-roles/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
exports org.apache.wicket.authroles.authorization.strategies.role;
exports org.apache.wicket.authroles.authorization.strategies.role.annotations;
exports org.apache.wicket.authroles.authorization.strategies.role.metadata;

//opening packages to allow resources access
opens org.apache.wicket.authroles.authentication.pages;
opens org.apache.wicket.authroles.authentication.panel;
}

0 comments on commit 64bcd6b

Please sign in to comment.