wicketstuff-tinymce dependency on commons-io needs updating
bgoldowsky opened this issue · 1 comments
bgoldowsky commented
wicketstuff-tinymce 7.16.0 has a dependency on commons-io version 2.1.
However wicket-util now requires commons-io version 2.5.
Including wicketstuff-tinymce in a maven project forces the older version of commons-io, causing problems like
org.apache.wicket.markup.html.form.upload.FileUpload#getBytes throwing a NoSuchMethodError.
martin-g commented
Please send a Pull Request!