Skip to content

Commit

Permalink
Merge pull request #50 from rahulsom/update-jaxb-plugin
Browse files Browse the repository at this point in the history
chore: Update JAXB Plugin
  • Loading branch information
rahulsom authored Jan 8, 2023
2 parents 9a6d801 + 2bfdf09 commit 484efca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<gec.version>3.7.0</gec.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<cxf.version>4.0.0</cxf.version>
<jaxb.plugin.version>0.9.0</jaxb.plugin.version>
<jaxb.plugin.version>0.15.2</jaxb.plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jaxb.impl.version>2.3.7</jaxb.impl.version>
</properties>
Expand Down Expand Up @@ -177,7 +177,7 @@
</plugin>
<plugin>
<groupId>org.jvnet.jaxb2.maven2</groupId>
<artifactId>maven-jaxb22-plugin</artifactId>
<artifactId>maven-jaxb2-plugin</artifactId>
<version>${jaxb.plugin.version}</version>
<executions>
<execution>
Expand Down

0 comments on commit 484efca

Please sign in to comment.