[ 
http://issues.apache.org/jira/browse/MYFACES-1513?page=comments#action_12459726 
] 
            
Craig McClanahan commented on MYFACES-1513:
-------------------------------------------

When this is done, it also makes sense to update the version dependency to 1.8 
... there were some important bugfixes to code that, with 1.6, sometimes left 
JAR files locked on Windows when you undeploy a webapp.


> myfaces-api has unnecessary commons-digester dependency
> -------------------------------------------------------
>
>                 Key: MYFACES-1513
>                 URL: http://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.5-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.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to