You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Simon Kitching (JIRA)" <de...@myfaces.apache.org> on 2008/01/14 17:30:34 UTC

[jira] Resolved: (MYFACES-1513) myfaces-api has unnecessary commons-digester dependency

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

Simon Kitching resolved MYFACES-1513.
-------------------------------------

    Resolution: Fixed

Digester dependency moved from api to impl, upgraded to 1.8 (in both core1.1 and core1.2)

> myfaces-api has unnecessary commons-digester dependency
> -------------------------------------------------------
>
>                 Key: MYFACES-1513
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1513
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: build process
>    Affects Versions: 1.1.4
>            Reporter: Manfred Geiler
>            Priority: Minor
>             Fix For:  1.1.6-SNAPSHOT
>
>
> pom.xml of myFaces-api defines the following dependency:
>     <dependency>
>       <groupId>commons-digester</groupId>
>       <artifactId>commons-digester</artifactId>
>       <version>1.6</version>
>       <scope>compile</scope>
>       <exclusions>
>         <exclusion>
>           <artifactId>xml-apis</artifactId>
>           <groupId>xml-apis</groupId>
>         </exclusion>
>       </exclusions>
>     </dependency>
> This one is unnecessary and should be moved to myfaces-impl where there is a real dependency from DigesterFacesConfigUnmarshallerImpl class.

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