Coder Social home page Coder Social logo

Comments (5)

hoffrocket avatar hoffrocket commented on July 28, 2024

Hmm, that's annoying. I upgraded sbt to 0.12.1 and it changed the way it
produces POMs.

What version of sbt are you using?

On Mon, Dec 24, 2012 at 10:27 AM, kenji yoshida [email protected]:

[info] Resolving commons-codec#commons-codec;1.5 ...
[warn] [NOT FOUND ] commons-codec#commons-codec;1.5!commons-codec.src (1003ms)
[warn] ==== public: tried
[warn] http://repo1.maven.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5-sources.src
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: commons-codec#commons-codec;1.5!commons-codec.src
[warn] ::::::::::::::::::::::::::::::::::::::::::::::

0.3.3 and 0.3.4 pom.xml included

commons-codeccommons-codec1.5sourcessrc

and

junitjunit4.10testsourcessrc

http://repo1.maven.org/maven2/org/scalaj/scalaj-http_2.9.2/0.3.4/scalaj-http_2.9.2-0.3.4.pom

http://repo1.maven.org/maven2/org/scalaj/scalaj-http_2.9.2/0.3.3/scalaj-http_2.9.2-0.3.3.pom

I think these dependencies should not be include.


Reply to this email directly or view it on GitHubhttps://github.com//issues/11.

from scalaj-http.

xuwei-k avatar xuwei-k commented on July 28, 2024

I'm using 0.12.1

from scalaj-http.

Sciss avatar Sciss commented on July 28, 2024

Hey, I have the same problem, trying with Scala 2.10, sbt 0.12.1, and scalaj-http 0.3.4.

from scalaj-http.

hoffrocket avatar hoffrocket commented on July 28, 2024

Sorry, I'm not sure why the POM has been published with that dependency. Until I figure it out, you can use this workaround:

"org.scalaj" %% "scalaj-http" % "0.3.4" % "compile" withSources() exclude("commons-codec", "commons-codec"),
"commons-codec" % "commons-codec" % "1.5" % "compile" withSources()

from scalaj-http.

hoffrocket avatar hoffrocket commented on July 28, 2024

0.3.5 released. has no runtime dependencies

from scalaj-http.

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.