Exclude transaction dependency

This commit is contained in:
Misagh Moayyed 2017-05-22 09:19:54 -07:00
parent dfb13e5397
commit e56e0d2aa0
1 changed files with 12 additions and 2 deletions

View File

@ -19,6 +19,10 @@
<scope>provided</scope>
<type>jar</type>
<exclusions>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
@ -76,7 +80,10 @@
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
<exclusion>
<groupId>ofbcore</groupId>
<artifactId>ofbcore-jira-entity</artifactId>
@ -134,7 +141,10 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</exclusion>
<exclusion>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
</exclusion>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>