It's an issue with the metadata for google-http-client being out of date on the Maven central repository. A workaround is here <http://stackoverflow.com/questions/38537416/maven-build-error-in-jenkins-semi-time-sensitive>. The issue has been reported here <https://issues.sonatype.org/browse/MVNCENTRAL-1187>.
On Friday, July 22, 2016 at 8:08:54 PM UTC-4, Paul Mazzuca wrote: > > I just received this error for the first time without having made any > changes to my code. > > > Failed to collect dependencies at > com.google.appengine.tools:appengine-gcs-client:jar:0.6 -> > com.google.http-client:google-http-client:jar:[1.19.0,2.0): No versions > available for com.google.http-client:google-http-client:jar:[1.19.0,2.0) > within specified range -> [Help 1] > > > After looking in the Maven Repository, I found the following which seems > to me to be within the specified range. Could I be missing something here? > Anyone else having the same problem? > > <!-- > https://mvnrepository.com/artifact/com.google.http-client/google-http-client > --> > <dependency> > <groupId>com.google.http-client</groupId> > <artifactId>google-http-client</artifactId> > <version>1.22.0</version> > </dependency> > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/cc4cbec1-1736-4367-9235-06a5e92b25c8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
