Add Atomikos and Bitronix starter POMs

Add starters for Atomikos and Bitronix JTA libraries.

See gh-947
This commit is contained in:
Josh Long
2014-08-21 23:22:31 -07:00
committed by Phillip Webb
parent da88bb4791
commit e1160922f9
4 changed files with 94 additions and 0 deletions

View File

@@ -260,6 +260,21 @@
<artifactId>spring-boot-starter-jetty</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jta-atomikos</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jta-bitronix</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jta-arjuna</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-log4j</artifactId>