Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-1513

myfaces-api has unnecessary commons-digester dependency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.1.4
    • 1.1.6
    • build process
    • 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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            manolito Manfred Geiler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: