Wrong dependency on itext in jfreereport poms
---------------------------------------------

         Key: MEV-417
         URL: http://jira.codehaus.org/browse/MEV-417
     Project: Maven Evangelism
        Type: Improvement

  Components: Invalid POM, Dependencies  
    Reporter: Grégory Joseph


In 
http://www.ibiblio.org/maven2/jfree/jfreereport/0.8.5-5/jfreereport-0.8.5-5.pom,
 there is a dependency to 
   itext:itext:1.2.3

However, as 1)itext:itext has been relocated to com.lowagie:itext 2) no 1.2.3 
version exists in the repository, my application, which depends on 
com.lowagie:itext:1.3.1 can't be built, because maven complains about a missing 
itext:itext:1.2.3 artifact.
(Same if i set my dependency on itext:itext:1.3.1.)

I suppose there are two solutions to this: either create a relocation pom for 
itext:itext:1.2.3, but there's not com.lowagie:itext:1.2.3 to redirect to, or 
update the dependency in the jfreereport poms to com.lowagie:itext:1.2.3 . I've 
done the latter locally, and eventhough 1.2.3 does not exist, since my app 
depends on 1.3.1, it just works.

Please let me know if I can help or provide more info.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to