Skip to content

Commit

Permalink
Added new dependency for xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Kinable committed Jun 3, 2020
1 parent bafb5a1 commit 628f68d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.3</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 628f68d

Please sign in to comment.