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. # & lt; Dependency org = "commons-codec" name = "commons-codec" force = "true" rev = "1.4" />

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:



Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -