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