Skip to content

Commit

Permalink
javax.transaction --> jakarta.transaction
Browse files Browse the repository at this point in the history
refs #1691
  • Loading branch information
jo-elimu committed Jul 29, 2024
1 parent 3883e2e commit d6e1ad2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -501,9 +501,9 @@

<!-- Database -->
<dependency>
<groupId>javax.transaction</groupId>
<artifactId>jta</artifactId>
<version>1.1</version>
<groupId>jakarta.transaction</groupId>
<artifactId>jakarta.transaction-api</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
Expand Down

0 comments on commit d6e1ad2

Please sign in to comment.