You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2006/01/12 03:07:02 UTC

[jira] Closed: (MEV-288) Add dependencies to Jasper Reports poms

     [ http://jira.codehaus.org/browse/MEV-288?page=all ]
     
Edwin Punzalan closed MEV-288:
------------------------------

    Resolution: Fixed

Created 1.1.0 version with the submitted dependencies.

Thanks.


NOTE: May take up to 4 hours for the fix to reach central repo.

> Add dependencies to Jasper Reports poms
> ---------------------------------------
>
>          Key: MEV-288
>          URL: http://jira.codehaus.org/browse/MEV-288
>      Project: Maven Evangelism
>         Type: New Feature

>   Components: Invalid POM
>     Reporter: Leonardo Quijano Vincenzi
>     Assignee: Edwin Punzalan

>
>
> Add dependencies to Jasper Reports, as specified in their page.
> http://jasperreports.sourceforge.net/requirements.html
> ---
>     <dependency>
>       <groupId>itext</groupId>
>       <artifactId>itext</artifactId>
>       <version>1.3.1</version>
>     </dependency>
>     <dependency>
>       <groupId>poi</groupId>
>       <artifactId>poi</artifactId>
>       <version>2.5.1-final-20040804</version>
>     </dependency>
>     <dependency>
>       <groupId>jfree</groupId>
>       <artifactId>jfreechart</artifactId>
>       <version>1.0.0</version>
>       <exclusions>
>         <exclusion>
>           <groupId>gnujaxp</groupId>
>           <artifactId>gnujaxp</artifactId>
>         </exclusion>
>       </exclusions>
>     </dependency>
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.7</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-beanutils</groupId>
>       <artifactId>commons-beanutils</artifactId>
>       <version>1.7.0</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-collections</groupId>
>       <artifactId>commons-collections</artifactId>
>       <version>3.1</version>
>     </dependency>
>     <dependency>
>       <groupId>commons-logging</groupId>
>       <artifactId>commons-logging</artifactId>
>       <version>1.0.4</version>
>     </dependency>
> ---

-- 
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, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org