Giter Club home page Giter Club logo

Comments (4)

attacco avatar attacco commented on May 28, 2024

Curreny workaround is to exclude google-http-client module and then explicitly depend on it's version 1.22.0 (it's the latest of allowed versions):

compile ('com.google.appengine.tools:appengine-gcs-client:0.6') {
        exclude group: 'com.google.http-client', module: 'google-http-client'
    }
compile 'com.google.http-client:google-http-client:1.22.0'

from appengine-gcs-client.

danilodeLuca avatar danilodeLuca commented on May 28, 2024

Hello,

I'm suffering the same problem using maven. But my project has one dependency that uses "appengine-gcs-client:0.6" (not direct dependency)

maven version : Apache Maven 3.3.3
Java version : java version "1.8.0_20-ea"

My github open source project that is using it: https://github.com/feroult/yawp

Run "mvn clean install"
Stack:

[ERROR] Failed to execute goal on project yawp: Could not resolve dependencies for project io.yawp:yawp:jar:1.6.5: Failed to collect dependencies at com.google.appengine.tools:appengine-pipeline:jar:0.2.13 -> 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]

Regards,

Danilo

from appengine-gcs-client.

attacco avatar attacco commented on May 28, 2024

Related google-http-client issue:
googleapis/google-http-java-client#330

from appengine-gcs-client.

aleemstreak avatar aleemstreak commented on May 28, 2024

We're having the same issue

from appengine-gcs-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.