Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-2379

investigate why xts/txbridge have a lot of exclusions required when importing into the application server - these may not be avoidable as it is intended for deployment in multiple environments

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Minor
    • 5.1.1
    • None
    • Build System, TxBridge, XTS
    • None

    Description

                 <dependency>
                      <groupId>org.jboss.narayana.xts</groupId>
                      <artifactId>jbossxts</artifactId>
                      <version>${version.org.jboss.narayana}</version>
                      <exclusions>
                          <exclusion>
                              <groupId>commons-httpclient</groupId>
                              <artifactId>commons-httpclient</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.hornetq</groupId>
                              <artifactId>hornetq-core</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>commons-logging</groupId>
                              <artifactId>commons-logging</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.hornetq</groupId>
                              <artifactId>hornetq-core</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.narayana.arjunacore</groupId>
                              <artifactId>arjunacore</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.byteman</groupId>
                              <artifactId>byteman</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.byteman</groupId>
                              <artifactId>byteman-submit</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>jfree</groupId>
                              <artifactId>jfreechart</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>jfree</groupId>
                              <artifactId>jcommon</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.spec.javax.servlet</groupId>
                              <artifactId>jboss-servlet-api_3.0_spec</artifactId>
                          </exclusion>
                      </exclusions>
                  </dependency>
      
                  <dependency>
                      <groupId>org.jboss.narayana.xts</groupId>
                      <artifactId>jbossxts</artifactId>
                      <classifier>api</classifier>
                      <version>${version.org.jboss.narayana}</version>
                      <exclusions>
                          <exclusion>
                              <groupId>commons-httpclient</groupId>
                              <artifactId>commons-httpclient</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>commons-logging</groupId>
                              <artifactId>commons-logging</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.hornetq</groupId>
                              <artifactId>hornetq-core</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.narayana.arjunacore</groupId>
                              <artifactId>arjunacore</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.byteman</groupId>
                              <artifactId>byteman</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.byteman</groupId>
                              <artifactId>byteman-submit</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>jfree</groupId>
                              <artifactId>jfreechart</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>jfree</groupId>
                              <artifactId>jcommon</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.spec.javax.servlet</groupId>
                              <artifactId>jboss-servlet-api_3.0_spec</artifactId>
                          </exclusion>
                      </exclusions>
                  </dependency>
      
                  <dependency>
                      <groupId>org.jboss.narayana</groupId>
                      <artifactId>jbosstxbridge</artifactId>
                      <version>${version.org.jboss.narayana}</version>
                      <exclusions>
                          <exclusion>
                              <groupId>commons-httpclient</groupId>
                              <artifactId>commons-httpclient</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>commons-logging</groupId>
                              <artifactId>commons-logging</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.narayana.xts</groupId>
                              <artifactId>ws-c11</artifactId>
                          </exclusion>
                          <exclusion>
                              <groupId>org.jboss.narayana.jta</groupId>
                              <artifactId>narayana-jta</artifactId>
                          </exclusion>
                      </exclusions>
                  </dependency>
      

      Attachments

        Activity

          People

            gtrikler@redhat.com Gytis Trikleris (Inactive)
            thjenkin@redhat.com Tom Jenkinson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: