This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new f7d79c74f43 Jaxb properties should be present in parent/pom.xml
CAMEL-20566 (#13486)
f7d79c74f43 is described below
commit f7d79c74f43448750e2ac4d207843f18ac48a49b
Author: JiriOndrusek <[email protected]>
AuthorDate: Thu Mar 14 16:54:19 2024 +0100
Jaxb properties should be present in parent/pom.xml CAMEL-20566 (#13486)
---
parent/pom.xml | 6 ++++++
pom.xml | 7 -------
2 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 820c7c47742..0baabf484ba 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -168,6 +168,11 @@
<jakarta-json-bind-api-version>3.0.0</jakarta-json-bind-api-version>
<jakarta-transaction-api-version>2.0.1</jakarta-transaction-api-version>
<jakarta-jws-api-version>3.0.0</jakarta-jws-api-version>
+ <jaxb-core-version>4.0.5</jaxb-core-version>
+ <jaxb-impl-version>4.0.4</jaxb-impl-version>
+ <jaxb-osgi-version>4.0.4</jaxb-osgi-version>
+ <jaxb-xjc-version>4.0.5</jaxb-xjc-version>
+ <jaxb-jxc-version>4.0.5</jaxb-jxc-version>
<gmavenplus-plugin-version>3.0.2</gmavenplus-plugin-version>
<google-auth-library-oauth2-http-version>1.23.0</google-auth-library-oauth2-http-version>
<google-api-client-version>2.4.0</google-api-client-version>
@@ -184,6 +189,7 @@
<graphql-java-version>21.3</graphql-java-version>
<greenmail-version>2.0.1</greenmail-version>
<grizzly-websockets-version>2.4.4</grizzly-websockets-version>
+ <groovy-version>4.0.19</groovy-version>
<grpc-version>1.62.2</grpc-version>
<!-- keep grpc-google-auth-library-version in sync with that used by
grpc-auth -->
<grpc-google-auth-library-version>1.23.0</grpc-google-auth-library-version>
diff --git a/pom.xml b/pom.xml
index ef312c8b4ed..30f9e8b0378 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,13 +135,6 @@
<maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>
<versions-maven-plugin-version>2.16.2</versions-maven-plugin-version>
- <jaxb-core-version>4.0.5</jaxb-core-version>
- <jaxb-impl-version>4.0.4</jaxb-impl-version>
- <jaxb-osgi-version>4.0.4</jaxb-osgi-version>
- <jaxb-xjc-version>4.0.5</jaxb-xjc-version>
- <jaxb-jxc-version>4.0.5</jaxb-jxc-version>
- <groovy-version>4.0.19</groovy-version>
-
<camel.javadoc.offline>false</camel.javadoc.offline>
<invoker.skip>${skipTests}</invoker.skip>