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 e66f525659c5a069a866066feaac6dab29a2d8fc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 21 14:15:45 2022 +0100 Externalize Jboss Logging version property placeholder --- platforms/karaf/features/src/main/resources/features.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 9ffa56b..1c43022 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -443,7 +443,7 @@ <feature version='${project.version}'>camel-core</feature> <bundle>mvn:org.hibernate.validator/hibernate-validator/6.2.0.Final</bundle> <bundle>mvn:jakarta.validation/jakarta.validation-api/2.0.2</bundle> - <bundle>mvn:org.jboss.logging/jboss-logging/3.4.1.Final</bundle> + <bundle>mvn:org.jboss.logging/jboss-logging/${jboss-logging-version}</bundle> <bundle>mvn:com.fasterxml/classmate/${classmate-version}</bundle> <bundle>mvn:org.glassfish/jakarta.el/3.0.3</bundle> <bundle>mvn:org.apache.camel.karaf/camel-bean-validator-osgi/${project.version}</bundle> @@ -538,11 +538,11 @@ <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:jakarta.validation/jakarta.validation-api/2.0.2</bundle> -<bundle>mvn:org.jboss.logging/jboss-logging/3.4.1.Final</bundle> -<bundle>mvn:com.fasterxml/classmate/1.5.1</bundle> -<bundle>mvn:org.glassfish/jakarta.el/3.0.3</bundle> + <bundle>mvn:org.hibernate.validator/hibernate-validator/6.2.0.Final</bundle> + <bundle>mvn:jakarta.validation/jakarta.validation-api/2.0.2</bundle> + <bundle>mvn:org.jboss.logging/jboss-logging/${jboss-logging-version}</bundle> + <bundle>mvn:com.fasterxml/classmate/${classmate-version}</bundle> + <bundle>mvn:org.glassfish/jakarta.el/3.0.3</bundle> <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.libphonenumber/${libphonenumber-bundle-version}</bundle> <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle> <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>