Skip to content

Commit

Permalink
WICKET-7072 remove junit from wicket-util main (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: gluser1357 <[email protected]>
  • Loading branch information
gluser1357 and gluser1357 authored Sep 20, 2023
1 parent 812f227 commit e8703a7
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions wicket-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>compile</scope>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
<build>
Expand Down
2 changes: 0 additions & 2 deletions wicket-util/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
requires org.apache.commons.collections4;
requires org.slf4j;
requires static jakarta.servlet;
requires org.junit.jupiter.api;

exports org.apache.wicket.util;
exports org.apache.wicket.util.collections;
Expand All @@ -39,7 +38,6 @@
exports org.apache.wicket.util.io;
exports org.apache.wicket.util.lang;
exports org.apache.wicket.util.listener;
exports org.apache.wicket.util.markup.xhtml;
exports org.apache.wicket.util.parse.metapattern;
exports org.apache.wicket.util.parse.metapattern.parsers;
exports org.apache.wicket.util.resource;
Expand Down

0 comments on commit e8703a7

Please sign in to comment.