Skip to content

Commit

Permalink
Update pom.xml to match refImpl (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
jadelkhoury committed Apr 24, 2023
1 parent 13f9317 commit aa77b0a
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -159,9 +159,9 @@
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.3.5</version>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.2</version>
<scope>runtime</scope>
</dependency>
[/if]
Expand Down Expand Up @@ -321,7 +321,7 @@
<plugin>
<groupId>org.codehaus.cargo</groupId>
<artifactId>cargo-maven3-plugin</artifactId>
<version>1.9.9</version>
<version>1.10.6</version>
<configuration>
<!--This plugins supports the following containers-->
<container>
Expand Down

0 comments on commit aa77b0a

Please sign in to comment.