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

Remove transitive org.slf4j:jcl-over-slf4j:jar from dependency tree and include org.slf4j:slf4j-log4j12:jar when using org.wildfly:wildfly-jaxws-client-bom as direct a dependency

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • 17.0.1.Final
    • Quickstarts, Web Services
    • None
    • Hide

      Set up a simple POM using the community version of wildfly-jaxws-client-bom:

      <dependency>
      <groupId>org.wildfly</groupId>
      <artifactId>wildfly-jaxws-client-bom</artifactId>
      <version>17.0.1.Final</version>
      <type>pom</type>
      </dependency>

      and generate the related dependency tree:

      The resulting tree shows:
      +- org.apache.cxf:cxf-rt-transports-http-hc:jar:3.3.2:compile
      \ - org.slf4j:jcl-over-slf4j:jar:1.7.26:compile

      while it doesn't have any reference to org.slf4j:slf4j-log4j12:jar.

      Show
      Set up a simple POM using the community version of wildfly-jaxws-client-bom: <dependency> <groupId>org.wildfly</groupId> <artifactId>wildfly-jaxws-client-bom</artifactId> <version>17.0.1.Final</version> <type>pom</type> </dependency> and generate the related dependency tree: The resulting tree shows: +- org.apache.cxf:cxf-rt-transports-http-hc:jar:3.3.2:compile \ - org.slf4j:jcl-over-slf4j:jar:1.7.26:compile while it doesn't have any reference to org.slf4j:slf4j-log4j12:jar.

    Description

      When using Wildfly JAXWS Client BOM an unwanted reference to org.slf4j:jcl-over-slf4j:jar appears in the dependency tree even it is explicitly excluded by org.jboss.ws.cxf:jbossws-cxf POM. Instead there's no reference to org.slf4j:slf4j-log4j12:jar while it seems it's needed by org.jboss.ws.cxf:jbossws-cxf-client:jar

      Attachments

        Activity

          People

            emartins@redhat.com Eduardo Martins
            fburzigo Fabio Burzigotti
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: