I'm getting the following warning when using M2's Ant tasks:

[artifact:dependencies] [WARNING]
[artifact:dependencies]   This artifact has been relocated to
xml-apis:xml-apis:1.0.b2.

I turned on verbose logging and it appears to be coming from commons-digester.

  springmodules:springmodules-validator:jar:0.1 (selected)
    commons-validator:commons-validator:jar:1.1.3 (selected)
    commons-digester:commons-digester:jar:1.5 (selected)
      commons-beanutils:commons-beanutils:jar:1.6 (removed - nearer
found: 1.6.1)
      commons-beanutils:commons-beanutils:jar:1.6 (selected)
      commons-logging:commons-logging:jar:1.0 (removed - nearer found: 1.0.4)
      commons-logging:commons-logging:jar:1.0 (selected)
[artifact:dependencies] [WARNING]
[artifact:dependencies]   This artifact has been relocated to
xml-apis:xml-apis:1.0.b2.


      xml-apis:xml-apis:jar:1.0.b2 (selected)
      commons-collections:commons-collections:jar:2.1 (removed -
nearer found: 2.1.1)
      commons-collections:commons-collections:jar:2.1 (selected)

However, if I look at commons-digester-1.5.pom, it all looks fine:

    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xml-apis</artifactId>
      <version>2.0.2</version>
    </dependency>

Any ideas?

Thanks,

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to