Skip to content

Commit

Permalink
added jaxb-api dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
yvasyliev committed Feb 17, 2024
1 parent b9334c6 commit d9e4a28
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 @@ -103,5 +103,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.4.0-b180830.0359</version>
</dependency>
</dependencies>
</project>

0 comments on commit d9e4a28

Please sign in to comment.