GitHub user jordeu opened a pull request:
https://github.com/apache/wicket/pull/5
This small change solve the issue WICKET-4517.
Check the issue here:
https://issues.apache.org/jira/browse/WICKET-4517
Without this change it's impossible to deploy wicket-extensions in an OSGi
container, because it depends on a package that it's not exported.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jordeu/wicket patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/5.patch
----
commit 45e788a4ae865570d7cf27600f1faeaa5056d82d
Author: Jordi Deu-Pons <[email protected]>
Date: 2012-05-08T09:50:26-07:00
This small change solve the issue WICKET-4517.
----