]
Tom Jenkinson updated JBTM-2378:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
org.jboss.narayana.jts.narayana-jts-idlj has a lot of exclusions when
importing into an app server like WildFly - presumably a result of the uber jar process
-------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBTM-2378
URL:
https://issues.jboss.org/browse/JBTM-2378
Project: JBoss Transaction Manager
Issue Type: Task
Components: Build System
Reporter: Tom Jenkinson
Assignee: Tom Jenkinson
Fix For: 5.next
{code:xml}
<dependency>
<groupId>org.jboss.narayana.jts</groupId>
<artifactId>narayana-jts-idlj</artifactId>
<version>${version.org.jboss.narayana}</version>
<exclusions>
<exclusion>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.byteman</groupId>
<artifactId>byteman-submit</artifactId>
</exclusion>
<exclusion>
<groupId>org.jboss.logmanager</groupId>
<artifactId>jboss-logmanager</artifactId>
</exclusion>
<exclusion>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-core</artifactId>
</exclusion>
<exclusion>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
</exclusion>
<exclusion>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
</exclusion>
<exclusion>
<groupId>tanukisoft</groupId>
<artifactId>wrapper</artifactId>
</exclusion>
</exclusions>
</dependency>
{code}