sbt - possible to update commons lib dependencies in play 2.1? -


i'm running problem referencing new(er) versions of commons-codec lib in play 2.1.3 project.

i've added maven dependency reference project's build.scala file:

"commons-codec" % "commons-codec" % "1.6"

when run play dependencies looks fine. however, when run app compilation errors saying 1 of methods can't found (a variant of md5hex introduced in v1.4 of commons-codec).

after exploration appears commons-codec 1.3 being pulled in other libs (either sbt or httpclient perhaps?). after blowing away play/repository directory , rebuilding.

i'm curious if it's possible reference newer versions of commons libs within project. if how can ensure application links against correct version? have thought play dependencies have shown what's happening internally, however, appears more complicated.

-- udpate --

ok, after further research appears specific commons-codec, being required other play referenced libs. appears require v1.3 specifically, how overriding requirement 1.6?!

this mess aside able update commons-io expected.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -