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

Banned dependencies not excluded

    XMLWordPrintable

Details

    Description

      The following exclusions of banned dependencies should be added:

            <dependency>
                  <groupId>org.jboss.ws.cxf</groupId>
                  <artifactId>jbossws-cxf-client</artifactId>
                  <exclusions>
                      <exclusion>
                          <groupId>org.slf4j</groupId>
                          <artifactId>slf4j-log4j12</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
      
              <dependency>
                  <groupId>org.apache.cxf</groupId>
                  <artifactId>cxf-tools-java2ws</artifactId>
                  <exclusions>
                      <exclusion>
                          <groupId>com.sun.xml.bind</groupId>
                          <artifactId>jaxb-xjc</artifactId>
                      </exclusion>
                      <exclusion>
                          <groupId>com.sun.xml.bind</groupId>
                          <artifactId>jaxb-core</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
      
            <dependency>
                  <groupId>org.apache.cxf</groupId>
                  <artifactId>cxf-tools-wsdlto-core</artifactId>
                  <exclusions>
                      <exclusion>
                          <groupId>com.sun.xml.bind</groupId>
                          <artifactId>jaxb-core</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
      
              <dependency>
                  <groupId>org.apache.cxf</groupId>
                  <artifactId>cxf-tools-wsdlto-databinding-jaxb</artifactId>
                  <exclusions>
                      <exclusion>
                          <groupId>com.sun.xml.bind</groupId>
                          <artifactId>jaxb-core</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
      
            <dependency>
                  <groupId>org.apache.cxf</groupId>
                  <artifactId>cxf-tools-validator</artifactId>
                  <exclusions>
                      <exclusion>
                          <groupId>com.sun.xml.bind</groupId>
                          <artifactId>jaxb-core</artifactId>
                      </exclusion>
                  </exclusions>
              </dependency>
      
      

      Attachments

        Activity

          People

            emartins@redhat.com Eduardo Martins
            emartins@redhat.com Eduardo Martins
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: