Multiple annotations found at the line:
-Artifacttransferexception:failure to transfer COM.FASTERXML.JACKSON.CORE:JACKSON-DATABIND:JAR:2.9.0.PR3 from HTTP ://
Repo1.maven.org/maven2 was cached in the local repository, resolution would not be reattempted until the update interval of
Central have elapsed or updates are forced. Original error:could not transfer artifact com.fasterxml.jackson.core:jackson-
DATABIND:JAR:2.9.0.PR3 from/to Central (HTTP://REPO1.MAVEN.ORG/MAVEN2): No response received after 60000
-Missing Artifact Com.fasterxml.jackson.core:jackson-databind:jar:2.9.0.pr3
In fact, it has been said very clearly.
The download (transfer) failed because the 2.9.pr3.jar was already slow to exist locally. Only after the specified time interval has elapsed, or forcing the update, will it be re-parsed.
--resolution won't be reattempted until the update interval of
Central have elapsed or updates are forced
Then, after removing the jackson-databind-2.9.0.pr3.jar.lastupdated, maven will download it again.
Modify Pom, (add a blank line), or not ...
Multiple annotations found at the line:
-Missing Artifact Com.fasterxml.jackson.core:jackson-databind:jar:2.9.0.pr3
-Artifacttransferexception:could not transfer artifact COM.FASTERXML.JACKSON.CORE:JACKSON-DATABIND:JAR:2.9.0.PR3
From/to Central (HTTP://REPO1.MAVEN.ORG/MAVEN2): No response received after 60000
Manually download the Jackson-databind-2.9.0.pr3.jar to the local, put it in the MVN warehouse, modify the pom again, OK!
Maven Download jar failed: Resolution is not being reattempted until the update interval of has elapsed or updates is force D