Skip to content

Commit 5cac0f1

Browse files
committed
changed JTA dependency to use geronimo spec to avoid having to download and install JTA manually
1 parent 796932a commit 5cac0f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@
200200
<scope>test</scope>
201201
</dependency>
202202
<dependency>
203-
<groupId>javax.transaction</groupId>
204-
<artifactId>jta</artifactId>
205-
<version>1.0.1B</version>
206-
<scope>test</scope>
203+
<groupId>geronimo-spec</groupId>
204+
<artifactId>geronimo-spec-jta</artifactId>
205+
<version>1.0.1B-rc4</version>
206+
<scope>test</scope>
207207
</dependency>
208208
</dependencies>
209209
</project>

0 commit comments

Comments
 (0)