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

Exclude hornetq-journal from the transitive depenencies

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 14.0.0.Beta2
    • None
    • JMS
    • None

    Description

      Although not part of the server runtime, the hornetq-journal is included as a transitive dependency. This fixes it:

      --- pom.xml
      +++ pom.xml
      @@ -3920,6 +3920,12 @@
                       <groupId>org.hornetq</groupId>
                       <artifactId>hornetq-commons</artifactId>
                       <version>\${version.org.hornetq}</version>
      +                <exclusions>
      +                    <exclusion>
      +                        <groupId>org.hornetq</groupId>
      +                        <artifactId>hornetq-journal</artifactId>
      +                    </exclusion>
      +                </exclusions>
                   </dependency>
      
                   <dependency>
      @@ -3932,6 +3938,12 @@
                       <groupId>org.hornetq</groupId>
                       <artifactId>hornetq-jms-client</artifactId>
                       <version>\${version.org.hornetq}</version>
      +                <exclusions>
      +                    <exclusion>
      +                        <groupId>org.hornetq</groupId>
      +                        <artifactId>hornetq-journal</artifactId>
      +                    </exclusion>
      +                </exclusions>
                   </dependency>
                   <dependency>
                       <groupId>org.infinispan</groupId>
      

      Attachments

        Issue Links

          Activity

            People

              jmesnil1@redhat.com Jeff Mesnil
              kkhan1@redhat.com Kabir Khan
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: