core
core copied to clipboard
Update wicket-security use of <type>test-jar</type> to <type>jar</type>
While building the 1.5.4 release I got some errors about test-jar type artifacts not existing.
The cause is an upstream wicket change from December 2011: https://issues.apache.org/jira/browse/WICKET-4281
I have changed the type to jar but would like some review to see if I've done it correctly.
If the fix is ok it should be cherry-picked into the master branch as well.