Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.1.4
-
None
Description
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.