Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23953

jboss-ejb-client-legacy dependency scope change in wildfly-ejb-client-legacy-bom pom

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Blocker Blocker
    • None
    • 8.0.0.Beta-DR3
    • BOM
    • None

      Cloned from WFLY issue as WFLY and EAP codebases are in different branches now hence the possible WFLY fix migration to EAP is not guaranteed - given that, the subject scope change can be tracked here.

      The jboss-ejb-client-legacy dependency version has been relying on wildfly-ejb-client-legacy-bom - now a project with that dependency started to fail during compilation due to the change in pom.xml of above-mentioned BOM - as it's known the test dependencies are not transitive:

      wildfly-ejb-client-legacy-bom-26.1.2.Final

      <groupId>org.jboss</groupId>
      <artifactId>jboss-ejb-client-legacy</artifactId>
      <version>${version.org.jboss}</version>
      

      wildfly-ejb-client-legacy-bom-27.0.0.Alpha4

      <groupId>org.jboss</groupId>
      <artifactId>jboss-ejb-client-legacy</artifactId>
      <version>${version.org.jboss}</version>
      <scope>test</scope>
      

      Can we discuss the need for this change? The test scope forces to define jboss-ejb-client-legacy explicitly.

            emartins@redhat.com Eduardo Martins
            szhantem@redhat.com Sultan Zhantemirov (Inactive)
            Jan Blizňák Jan Blizňák
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: