Skip to content

Commit

Permalink
WICKET-7081 opened packages for wicket-devutils
Browse files Browse the repository at this point in the history
  • Loading branch information
bitstorm committed Oct 18, 2023
1 parent 429ed45 commit 5f2d3da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wicket-devutils/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@
exports org.apache.wicket.devutils.pagestore;
exports org.apache.wicket.devutils.pagestore.browser;
exports org.apache.wicket.devutils.stateless;

//opening packages to allow resources access
opens org.apache.wicket.devutils;
opens org.apache.wicket.devutils.inspector;
opens org.apache.wicket.devutils.pagestore;
opens org.apache.wicket.devutils.debugbar;
}

0 comments on commit 5f2d3da

Please sign in to comment.