Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-14771

Define commons-io dependency in root pom

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • 24.0.0.Beta1, 24.0.0.Final
    • None
    • None
    • None

    Description

      Currently the dependency of commons-io is defined in wildfly-core's root pom, and it is used as test dependency only in wildfly-core:

      In WildFly Core's root pom
      <version.commons-io>2.5</version.commons-io>
      
      ...
      
      <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
          <version>${version.commons-io}</version>
      </dependency>
       
      

      while it is used as a production dependency in WildFly:

      In wildfly/ee-feature-pack/common/pom.xml
      <dependency>
          <groupId>commons-io</groupId>
          <artifactId>commons-io</artifactId>
      </dependency>
      

       
      The definition should be done in wildfly's root pom instead.

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-lgao Lin Gao
              rhn-engineering-lgao Lin Gao
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: