You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sylwester Lachiewicz (Jira)" <ji...@apache.org> on 2019/12/02 00:41:00 UTC

[jira] [Commented] (MASFRES-21) Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.5

    [ https://issues.apache.org/jira/browse/MASFRES-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985729#comment-16985729 ] 

Sylwester Lachiewicz commented on MASFRES-21:
---------------------------------------------

You may be affected by [https://central.sonatype.org/articles/2018/May/04/discontinued-support-for-tlsv11-and-below/]

> Failed to collect dependencies at com.google.appengine.tools:appengine-gcs-client:jar:0.5
> -----------------------------------------------------------------------------------------
>
>                 Key: MASFRES-21
>                 URL: https://issues.apache.org/jira/browse/MASFRES-21
>             Project: Apache Maven Resource Bundles
>          Issue Type: Bug
>            Reporter: Divya
>            Priority: Major
>              Labels: 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.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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)