PretendYoureXyzzy
PretendYoureXyzzy copied to clipboard
Issue running
I have attempted running both "mvn clean package war:exploded jetty:run" and "mvn clean package war:exploded jetty:run -Dmaven.buildNumber.doCheck=false -Dmaven.buildNumber.doUpdate=false"
but both end up failing for:
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.234 s
[INFO] Finished at: 2020-03-20T18:42:42-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project pyx: Could not resolve dependencies for project net.socialgamer:pyx:jar:0.7.0-SNAPSHOT: Failed to collect dependencies at com.maxmind.geoip2:geoip2:jar:2.8.0 -> com.maxmind.db:maxmind-db:jar:1.2.1 -> com.fasterxml.jackson.core:jackson-databind:jar:2.9.0,pr4-SNAPSHOT: Failed to read artifact descriptor for com.fasterxml.jackson.core:jackson-databind:jar:2.9.0,pr4-SNAPSHOT: Failure to find com.fasterxml.jackson:jackson-bom:pom:2.9.0.pr4-SNAPSHOT in https://hibernate-sqlite.googlecode.com/svn/trunk/mavenrepo was cached in the local repository, resolution will not be reattempted until the update interval of hibernatesqlite-maven has elapsed or updates are forced -> [Help 1]
Any ideas?
This seems to be the same error as #227, which suggests changing the required version of geoip
to 2.8.1 in pom.xml
.