[
https://issues.apache.org/jira/browse/WICKET-6509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16296627#comment-16296627
]
Christoph Läubrich commented on WICKET-6509:
--------------------------------------------
You can simply add here:
https://github.com/apache/wicket/blob/e7597f03f2c605badfa114011935cb79a51f2717/pom.xml#L744
{code:xml}
<Import-Package>org.apache.wicket*
org.junit*;resolution:=optional</Import-Package>
{code}
this should do the trick
> Import junit packages as optional
> ---------------------------------
>
> Key: WICKET-6509
> URL: https://issues.apache.org/jira/browse/WICKET-6509
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 8.0.0-M8
> Reporter: Christoph Läubrich
>
> Currently the wicket-core and the wicket-util bundle import junit packages, I
> think they are not really required to run wicket but imported unintentionally.
> They could be excluded by adding !org.junit* to the maninifest header config
> section
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)