Skip to content

Commit

Permalink
fixed pom dependencies
Browse files Browse the repository at this point in the history
Issue #197
  • Loading branch information
rsoika committed Oct 6, 2023
1 parent 1ad2858 commit cc37820
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,22 @@
<scope>provided</scope>
</dependency>



<!-- JDK 8 support -->
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.2</version>
<scope>provided</scope>
</dependency>

<!-- Microprofile -->
<dependency>
<groupId>org.eclipse.microprofile</groupId>
Expand Down

0 comments on commit cc37820

Please # to comment.