Skip to content

Commit

Permalink
Replace net.java.dev.jaxb2-commons:jaxb-fluent-api with org.jvnet.jax…
Browse files Browse the repository at this point in the history
…b2_commons:jaxb2-fluent-api
  • Loading branch information
reta committed Sep 2, 2024
1 parent 9a9a116 commit adc8bce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions systests/wsdl_maven/codegen/src/it/cxf-4004/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@
<version>${cxf.xjc-utils.version}</version>
</dependency>
<dependency>
<groupId>net.java.dev.jaxb2-commons</groupId>
<artifactId>jaxb-fluent-api</artifactId>
<version>2.1.8</version>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-fluent-api</artifactId>
<version>3.0</version>
</dependency>

</dependencies>
<configuration>
<defaultOptions>
Expand Down

0 comments on commit adc8bce

Please sign in to comment.