Skip to content

Commit 5d213fc

Browse files
committed
[pom] Use transaction api 1.2 (jboss for java 6 support)
1 parent c54adf2 commit 5d213fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,9 @@
224224
<scope>test</scope>
225225
</dependency>
226226
<dependency>
227-
<groupId>javax.transaction</groupId>
228-
<artifactId>transaction-api</artifactId>
229-
<version>1.1</version>
227+
<groupId>org.jboss.spec.javax.transaction</groupId>
228+
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
229+
<version>1.0.1.Final</version>
230230
<scope>test</scope>
231231
</dependency>
232232
<dependency>

0 commit comments

Comments
 (0)