Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the Wicket version to use the version 9.5.0 #21

Open
stefv opened this issue Sep 23, 2021 · 3 comments
Open

Change the Wicket version to use the version 9.5.0 #21

stefv opened this issue Sep 23, 2021 · 3 comments

Comments

@stefv
Copy link

stefv commented Sep 23, 2021

I'm using wicket-spring-boot and pf4j-wicket. The application is refusing to start because it's mixing different versions of Wicket.

To use the last version of Wicket, I'm updating the different projects to Wicket 9.5.0.

@martin-g
Copy link

martin-g commented Sep 23, 2021

If you use Maven then you could use its <dependenciesManagement> to declare the preferred version of Wicket.
This way the version of the transitive dependency, like pf4j-wicket, will be ignored.
Just make sure all dependencies depend on the same major version of Wicket, i.e. 9.

I guess there is something similar in Gradle.

@decebals
Copy link
Member

Or you can use exclusion when you declare pf4j-wicket dependency.

@decebals
Copy link
Member

I don't know how many projects/users use this library (I am thinking to not disturb them with an update that contains an updated version of Wicket).
@stefv You can propose a PR with an updated version of Wicket, after you test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants