[
https://issues.apache.org/jira/browse/MNGSITE-344?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565250#comment-16565250
]
David Martín (Dade) edited comment on MNGSITE-344 at 8/1/18 1:05 PM:
---------------------------------------------------------------------
I am having the same issue. Also from today morning.... it looks that this
jar is pointing to com.google.api-client:google-api-client-appengine:jar:1.24.1
which looks
that doesn't exists (last version seems to be 1.23)
was (Author: [email protected]):
I am having the same issue. Also from today morning.... it looks that this
is jar is pointing
to com.google.api-client:google-api-client-appengine:jar:1.24.1 which looks
to doesn't exists (last version seems to be 1.23)
> Failed to collect dependencies at
> com.google.appengine.tools:appengine-gcs-client:jar:0.7
> -----------------------------------------------------------------------------------------
>
> Key: MNGSITE-344
> URL: https://issues.apache.org/jira/browse/MNGSITE-344
> Project: Maven Project Web Site
> Issue Type: Bug
> Environment: Maven
> Reporter: Villonava
> Priority: Major
> Labels: build, maven
> Original Estimate: 12h
> Remaining Estimate: 12h
>
> 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.7</version>
> <exclusions>
> <exclusion>
> <groupId>com.google.guava</groupId>
> <artifactId>guava</artifactId>
> </exclusion>
> <exclusion>
> <groupId>com.google.appengine</groupId>
> <artifactId>appengine-api-1.0-sdk</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:myproj:war:1.5.8.RELEASE: Failed to collect dependencies
> at com.google.appengine.tools:appengine-gcs-client:jar:0.7 ->
> 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 myproj: Could not resolve dependencies for project
> com.sample:myproj:war:1.5.8.RELEASE: Failed to collect dependencies at
> com.google.appengine.tools:appengine-gcs-client:jar:0.7 ->
> 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.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)