Villonava created MNGSITE-344:
---------------------------------

             Summary: 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


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 numr: Could not resolve dependencies for project 
com.skyvin:numr: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)

Reply via email to