You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/21 13:29:22 UTC

[camel-karaf] 08/09: Use Hibernate Validator version coming from Camel-dependencies

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 9746544fc27dd7db1ad053d8cc94607991336d72
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jan 21 14:19:17 2022 +0100

    Use Hibernate Validator version coming from Camel-dependencies
---
 platforms/karaf/features/src/main/resources/features.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 5299e93..7a8f172 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -441,7 +441,7 @@
   </feature>
   <feature name='camel-bean-validator' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
-    <bundle>mvn:org.hibernate.validator/hibernate-validator/6.2.0.Final</bundle>
+    <bundle>mvn:org.hibernate.validator/hibernate-validator/${hibernate-validator-version}</bundle>
     <bundle>mvn:jakarta.validation/jakarta.validation-api/${jakarta-validation-api-version}</bundle>
     <bundle>mvn:org.jboss.logging/jboss-logging/${jboss-logging-version}</bundle>
     <bundle>mvn:com.fasterxml/classmate/${classmate-version}</bundle>
@@ -538,7 +538,7 @@
   <feature name='camel-cm-sms' version='${project.version}' start-level='50'>
     <feature version='${project.version}'>camel-core</feature>
     <feature version='${cxf-version-range}'>cxf-specs</feature>
-    <bundle>mvn:org.hibernate.validator/hibernate-validator/6.2.0.Final</bundle>
+    <bundle>mvn:org.hibernate.validator/hibernate-validator/${hibernate-validator-version}</bundle>
     <bundle>mvn:jakarta.validation/jakarta.validation-api/${jakarta-validation-api-version}</bundle>
     <bundle>mvn:org.jboss.logging/jboss-logging/${jboss-logging-version}</bundle>
     <bundle>mvn:com.fasterxml/classmate/${classmate-version}</bundle>