Skip to content

Commit

Permalink
Merge pull request #18 from futures/TransMan
Browse files Browse the repository at this point in the history
Added lightweight JBoss transaction manager
  • Loading branch information
ajs6f committed Jan 22, 2013
2 parents bb36fb7 + 9ff32af commit fdac7cc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Expand Up @@ -95,6 +95,11 @@
<artifactId>modeshape-jcr-api</artifactId>
</dependency>

<dependency>
<groupId>org.jboss.jbossts</groupId>
<artifactId>jbossjta</artifactId>
</dependency>

<!-- Logging: we'll use LogBack (which implements the SLF4J API); ModeShape
knows what to do. -->
<dependency>
Expand Down

0 comments on commit fdac7cc

Please sign in to comment.