Prevent Maven from lookup newer transitive versions  of jasperreports
---------------------------------------------------------------------

                 Key: MOJO-1237
                 URL: http://jira.codehaus.org/browse/MOJO-1237
             Project: Mojo
          Issue Type: Improvement
          Components: jasperreports
            Reporter: Dan Tran


currently when we do a mvn -U, maven always try to search  for newer version of 
the following transitive dependency

          <groupId>commons-beanutils</groupId>
          <artifactId>commons-beanutils</artifactId>

          <groupId>commons-collections</groupId>
          <artifactId>commons-collections</artifactId>

          <groupId>commons-digester</groupId>
          <artifactId>commons-digester</artifactId>

          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>

          <groupId>itext</groupId>
          <artifactId>itext</artifactId>

          <groupId>jfree</groupId>
          <artifactId>jcommon</artifactId>

          <groupId>jfree</groupId>
          <artifactId>jfreechart</artifactId>

          <groupId>eclipse</groupId>
          <artifactId>jdtcore</artifactId>

There no need to include these as transitive dependency since user would have 
those the classpath

-- 
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

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to