Switch to Jakarta EE API dependencies where possible
Closes gh-16113 Closes gh-16112 Closes gh-16111 Closes gh-15916 Closes gh-15689
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
</activation>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<groupId>jakarta.xml.bind</groupId>
|
||||
<artifactId>jakarta.xml.bind-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</profile>
|
||||
|
||||
Reference in New Issue
Block a user