Thank you! I will review it asap.
On Sun, Mar 10, 2019, 1:58 PM kyrindorx wrote:
> Hey,
>
> I've fixed with 8.3.0 and openJDK 11. Please check out in
> https://github.com/bitstorm/Wicket-tutorial-examples/pull/13
>
>
> Greets
> Daniel
>
> Am 10.03.19 um 11:30 schrieb Maxim Solodovnik:
> > Wicket
Hey,
I've fixed with 8.3.0 and openJDK 11. Please check out in
https://github.com/bitstorm/Wicket-tutorial-examples/pull/13
Greets
Daniel
Am 10.03.19 um 11:30 schrieb Maxim Solodovnik:
Wicket datetime was deprecated and moved to wicketstuff project
Please correct it's maven coordinates :)
Wicket datetime was deprecated and moved to wicketstuff project
Please correct it's maven coordinates :)
On Sun, Mar 10, 2019, 17:27 kyrindorx wrote:
> Thx :)
>
> The next problem is:
>
> [ERROR] Failed to execute goal on project CustomDatepicker: Could not
> resolve dependencies for project
>
Thx :)
The next problem is:
[ERROR] Failed to execute goal on project CustomDatepicker: Could not
resolve dependencies for project
org.wicketTutorial:CustomDatepicker:jar:1.0-SNAPSHOT: Failure to find
org.apache.wicket:wicket-datetime:jar:8.3.0 in
https://repo.maven.apache.org/maven2 was cac
Hello Daniel,
It seems project a little bit outdated :(
please change wicket version here [1] to be "8.3.0"
[1] https://github.com/bitstorm/Wicket-tutorial-examples/blob/master/pom.xml#L27
On Sun, 10 Mar 2019 at 16:48, kyrindorx wrote:
>
> Hey all,
>
> I tried to compile and run the Wicket exam
Hey all,
I tried to compile and run the Wicket examples of
https://github.com/bitstorm/Wicket-tutorial-examples.git master branch.
My setup is Linux, OpenJDK 11, Maven 3.5.4
The error output of the mvn install or compile command was:
[ERROR] Failed to execute goal on project BindSessionExampl