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 cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]

The page https://mvnrepository.com/artifact/org.apache.wicket/wicket-datetime knows only 8.0.0-M7 as the newest version.

The pom.xml of the example fragements describe follow repo link:

        <repositories>
                <repository>
                        <id>Apache Nexus</id>
<url>https://repository.apache.org/content/repositories/snapshots/</url>
                        <releases>
<enabled>false</enabled>
                        </releases>
                        <snapshots>
                        </snapshots>
                </repository>
        </repositories>

Where will the final versions provided? apache, maven central?

Greets
Daniel

Am 10.03.19 um 11:06 schrieb Maxim Solodovnik:
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 <kyrind...@gmail.com> wrote:
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 BindSessionExample: Could not
resolve dependencies for project
org.wicketTutorial:BindSessionExample:jar:1.0-SNAPSHOT: Failure to find
org.apache.wicket:wicket-core:jar:8.0.0-SNAPSHOT in
https://repository.apache.org/content/repositories/snapshots/ was cached
in the local repository, resolution will not be reattempted until the
update interval of Apache Nexus has elapsed or updates are forced ->
[Help 1]

Is it required to add a repository to compile the examples?

Greets
Daniel


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to