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/dc23a1f0-0982-4b4a-b33d-eb0c9d0cd898%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
