This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new e926c47df7 Switch back to org.jvnet.jaxb/jaxb-plugins (new releases
available)
e926c47df7 is described below
commit e926c47df7219e72d17d4f532bd8641fa28921d9
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Feb 8 17:43:20 2024 -0500
Switch back to org.jvnet.jaxb/jaxb-plugins (new releases available)
---
parent/pom.xml | 2 +-
tools/wadlto/jaxrs/pom.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index d690ebda85..b9e123f2f7 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -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>
diff --git a/tools/wadlto/jaxrs/pom.xml b/tools/wadlto/jaxrs/pom.xml
index 98603146cf..0a2bd52637 100644
--- a/tools/wadlto/jaxrs/pom.xml
+++ b/tools/wadlto/jaxrs/pom.xml
@@ -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>