How to update isis project core

68 Views Asked by At

I'm just getting started with apache isis, and I've had some good runs. However I've come across an issue with wicket which has been fixed in wicket v7.6 (isis v1.15). I'm on isis v1.14

I'm having serious troubles updating the dependencies.

I'm at the stage (in IntelliJ) of ** Module Settings > Dependencies **, and just manually editing the references, (and it's causing a lot of issues)

Is there an easy way to update isis that I'm missing or is it meant to this hard?

1

There are 1 best solutions below

3
On BEST ANSWER

Just add the Wicket dependencies in your pom.xml. This will override the dependencies Isis brings with it. This is a standard Maven behavior.