We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e980144 commit 916d6c7Copy full SHA for 916d6c7
pom.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!--
3
4
- Copyright 2013-2018 the original author or authors.
+ Copyright 2013-2019 the original author or authors.
5
6
Licensed under the Apache License, Version 2.0 (the "License");
7
you may not use this file except in compliance with the License.
@@ -79,9 +79,9 @@
79
<scope>provided</scope>
80
</dependency>
81
<dependency>
82
- <groupId>javax.transaction</groupId>
83
- <artifactId>javax.transaction-api</artifactId>
84
- <version>1.3</version>
+ <groupId>jakarta.transaction</groupId>
+ <artifactId>jakarta.transaction-api</artifactId>
+ <version>1.3.3</version>
85
86
87
0 commit comments