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

Remove redundant dependency management on Quickstarts BOM

    XMLWordPrintable

Details

    Description

      The following dependencies are managed by Quickstarts BOM, yet these already managed by javaee8 BOM and thus should be removed:

                                      <dependency>
                                          <groupId>org.apache.httpcomponents</groupId>
                                          <artifactId>httpclient</artifactId>
                                      </dependency>
                                      <!-- contacts-jquerymobile -->
                                      <dependency>
                                          <groupId>commons-io</groupId>
                                          <artifactId>commons-io</artifactId>
                                      </dependency>
                                      <dependency>
                                          <groupId>org.jboss.msc</groupId>
                                          <artifactId>jboss-msc</artifactId>
                                      </dependency>
                                      <dependency>
                                          <groupId>org.slf4j</groupId>
                                          <artifactId>slf4j-api</artifactId>
                                      </dependency>
                                      <dependency>
                                          <groupId>com.fasterxml.jackson.core</groupId>
                                          <artifactId>jackson-core</artifactId>
                                      </dependency>
                                      <dependency>
                                          <groupId>com.fasterxml.jackson.core</groupId>
                                          <artifactId>jackson-databind</artifactId>
                                      </dependency>
                                      <dependency>
                                          <groupId>org.javassist</groupId>
                                          <artifactId>javassist</artifactId>
                                      </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: