Navigation Menu

Skip to content

Commit

Permalink
Fix hornetq version conflict [IMMUTANT-567]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrossley3 committed Jul 29, 2015
1 parent 433a0a9 commit b2a1ee1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/transactions/pom.xml
Expand Up @@ -39,6 +39,12 @@
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta</artifactId>
<version>${version.narayana}</version>
<exclusions>
<exclusion>
<groupId>org.hornetq</groupId>
<artifactId>hornetq-native</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit b2a1ee1

Please sign in to comment.