Xavier Hanin a écrit :
I think the problem comes from the metadata in the maven 2 repo:
commons-configuration 1.4 depends on commons-jxpath 1.2 in scope compile,
which in turn depends on servletapi 2.2 in scope compile too. According to
maven 2 scope management documentation [1], it's normal you
Hi,
I just started playing with Ivy and tried retrieving the Commons
Configuration artifact, but I noticed that Ivy keeps pulling the
optional and test jars even if I only request the default jars. Here are
the ivy.xml file and the Ant build I used: