Investigated the issue, the fix provided in https://issues.apache.org/jira/browse/WICKET-6509 is not resolving the problem.
Still In the generated manifest file the packages are present as it is previously with out resolution : optional Instead of setting the resolution:optional in the pom.xml of wicket project https://github.com/apache/wicket/blob/wicket-8.x/pom.xml set the dependency for <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> *<optional>true<optional>* <scope>provided</scope> </dependency> as optional true as specified above It resolves the problem, that means setting the resolution optional in the manifest file -- Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-f1842947.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
