You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by "Marcio Mazza (JIRA)" <em...@incubator.apache.org> on 2010/10/06 03:06:32 UTC

[jira] Updated: (EMPIREDB-85) Remove declarations of unused dependencies (from pom.xml)

     [ https://issues.apache.org/jira/browse/EMPIREDB-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcio Mazza updated EMPIREDB-85:
---------------------------------

    Attachment: empire-db_summary-of-dependency-analyse.txt

Summary result of running "mvn dependency:analyze" 
against http://svn.apache.org/repos/asf/incubator/empire-db/trunk@992776


> Remove declarations of unused dependencies (from pom.xml) 
> ----------------------------------------------------------
>
>                 Key: EMPIREDB-85
>                 URL: https://issues.apache.org/jira/browse/EMPIREDB-85
>             Project: Empire-DB
>          Issue Type: Bug
>          Components: CodeGenerator, Core, Struts2 Extentions
>    Affects Versions: empire-db-2.0.7-incubating 
>            Reporter: Marcio Mazza
>            Priority: Trivial
>         Attachments: empire-db_summary-of-dependency-analyse.txt
>
>
> By running "mvn dependency:analyze"
> one can detect that there are some declared dependencies (in the pom files) which are not used indeed by the codebase.
> Shouldn't they be removed?
> Running against
>   http://svn.apache.org/repos/asf/incubator/empire-db/trunk@992776
> e.g., for the CORE we see that commons-collections, mockito and hsqldb were declared but not used at all.
> I see that the mockito dependency comes from the parent, so maybe that should be left alone.
> The output of "mvn dependency:analyze" for the core is, in summary:
> ------------------------------------------------------------------------
>  Apache Empire-db Core
> ------------------------------------------------------------------------
> [WARNING] Unused declared dependencies found:
> [WARNING]    commons-collections:commons-collections:jar:3.2.1:compile
> [WARNING]    org.mockito:mockito-core:jar:1.8.2:test
> [WARNING]    hsqldb:hsqldb:jar:1.8.0.10:test

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.