Skip to content

Commit

Permalink
Switch back to org.jvnet.jaxb/jaxb-plugins (new releases available)
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Feb 8, 2024
1 parent f932498 commit e926c47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
<cxf.ehcache3.version>3.10.8</cxf.ehcache3.version>
<cxf.el-api.version>3.0.3</cxf.el-api.version>
<cxf.findbugs.version>3.0.2</cxf.findbugs.version>
<cxf.hisrc.basicjaxb.version>2.2.0</cxf.hisrc.basicjaxb.version>
<cxf.jvnet.jaxb.version>3.0.1</cxf.jvnet.jaxb.version>
<cxf.geronimo.jta.version>1.1.1</cxf.geronimo.jta.version>
<cxf.geronimo.openapi.version>1.0.15</cxf.geronimo.openapi.version>
<cxf.glassfish.el.version>4.0.2</cxf.glassfish.el.version>
Expand Down
6 changes: 3 additions & 3 deletions tools/wadlto/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.patrodyne.jvnet</groupId>
<artifactId>hisrc-basicjaxb-plugins</artifactId>
<version>${cxf.hisrc.basicjaxb.version}</version>
<groupId>org.jvnet.jaxb</groupId>
<artifactId>jaxb-plugins</artifactId>
<version>${cxf.jvnet.jaxb.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e926c47

Please sign in to comment.