Skip to content

Commit f471b32

Browse files
committed
Change artifact to javax.transaction:javax.transaction-api #1207
1 parent adcbfbd commit f471b32

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
@@ -232,9 +232,9 @@
232232
<scope>test</scope>
233233
</dependency>
234234
<dependency>
235-
<groupId>org.jboss.spec.javax.transaction</groupId>
236-
<artifactId>jboss-transaction-api_1.2_spec</artifactId>
237-
<version>1.1.1.Final</version>
235+
<groupId>javax.transaction</groupId>
236+
<artifactId>javax.transaction-api</artifactId>
237+
<version>1.3</version>
238238
<scope>test</scope>
239239
</dependency>
240240
<dependency>

0 commit comments

Comments
 (0)