java - Apache Ivy dependencies force="true" does not work -
Commons-codec is the dependency of my project and uses Ivy.
Some other dependencies are Commands-Codec-1.6 and 1.2.
Now my problem is that ivy reveals my version (1.4) and uses 1.6 instead. # Why not force to work? Has anyone ever encountered it? FYI I used it before and it works ... You need to use a director, which is to override the basic behavior, which must be selected from the latest revision of that dependency. For example, see the following answers: & lt; Dependency org = "commons-codec" name = "commons-codec" force = "true" rev = "1.4" />
Comments
Post a Comment