Skip to content

Commit

Permalink
Merge pull request #1476 from msdousti/remove_jakartaee-api
Browse files Browse the repository at this point in the history
Remove jakartaee-api in favor of jakarta.xml.bind-api
  • Loading branch information
fatroom committed Jun 26, 2023
2 parents b814f95 + e2c9935 commit b0a12df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions riptide-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.platform</groupId>
<artifactId>jakarta.jakartaee-api</artifactId>
<version>9.1.0</version>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b0a12df

Please sign in to comment.