Skip to content

[MNGSITE-345] Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.5 #936

Description

@jira-importer

Divya opened MNGSITE-345 and commented

Hello,

 

We are using the following Maven dependency for long days 

<dependency>
<groupId>com.google.appengine.tools</groupId>
<artifactId>appengine-gcs-client</artifactId>
<version>0.5</version>
<exclusions>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
</exclusion>
<exclusion>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
</exclusion>
</exclusions>
</dependency>

 

 Till date we didn't get any problem but by today it is throwing the following issue

Failed to execute goal on project myproj: Could not resolve dependencies for project com.sample:project:war:1.5.8.RELEASE: Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.5 -> com.google.api-client:google-api-client-appengine:jar:1.24.1 -> com.google.oauth-client:google-oauth-client-appengine:jar:1.24.1 -> com.google.http-client:google-http-client-appengine:jar:1.24.1: Failed to read artifact descriptor for com.google.http-client:google-http-client-appengine:jar:1.24.1: Failure to find com.google.http-client:google-http-client-parent:pom:1.24.1 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] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal on project numr: Could not resolve dependencies for project com.project:war:1.5.8.RELEASE: Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.5 -> com.google.api-client:google-api-client-appengine:jar:1.24.1 -> com.google.oauth-client:google-oauth-client-appengine:jar:1.24.1 -> com.google.http-client:google-http-client-appengine:jar:1.24.1 and I browsed and I found you have updated something in the following page :

https://repo.maven.apache.org/maven2/com/google/http-client/google-http-client-appengine/1.24.1/

Please fix this issue and let me know as soon as possible.


No further details from MNGSITE-345

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions