Open solomax opened 5 months ago
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 :(
IMO these versions should be aligned @martin-g WDYT should I update
wicketstuff
orwicket-bootstrap
?
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. (org.webjars.npm:moment:jar:2.30.1
).
GroupID = org.webjars
ArtifactID = momentjs
Version = 2.30.1
was just generated and deployed :)))
I'll update wicketstuff-core
to be aligned with wicket-bootstrap
(also need to fix some other issues :)))
Unfortunately this fix
should be reverted :(
For whatever reason org.webjars:momentjs
doesn't contains required files :(
I'll create PR for wicket-bootstrap
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
?