]
Gytis Trikleris commented on JBTM-2379:
---------------------------------------
Yeah, will raise the PRs this evening
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
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBTM-2379
URL:
https://issues.jboss.org/browse/JBTM-2379
Project: JBoss Transaction Manager
Issue Type: Task
Components: Build System, TxBridge, XTS
Reporter: Tom Jenkinson
Assignee: Gytis Trikleris
Priority: Minor
Fix For: 5.next
{code:xml}
<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>
{code}