-
Notifications
You must be signed in to change notification settings - Fork 298
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
[jquery-ui] conflicting webjar #954
Comments
Why does Maven not resolve this to the latest (closest) version? |
Ah - different groupIDs. It would be good to align the groupIDs. |
both groupId and artifactId differs :( |
Honestly I have no idea what is the difference between those two ways of packaging ... If both work for our needs then I'd suggest to use the dependency that is newer, i.e. ( |
was just generated and deployed :))) I'll update |
Unfortunately this For whatever reason I'll create PR for |
Our project uses both
wicketstuff-jquery-ui
andwicket-bootstrap
one of them uses
the other one uses:
So I got 2 versions of momenjs same time
Webjars is unable to work in such situation
IMO these versions should be aligned @martin-g WDYT should I update
wicketstuff
orwicket-bootstrap
?The text was updated successfully, but these errors were encountered: