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 3d27d9283ccfa8aa38bacccaa8b750dac62ef934 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 21 14:13:24 2022 +0100 Externalize Classmate version property placeholder --- platforms/karaf/features/src/main/resources/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index d07d37b..9ffa56b 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -444,7 +444,7 @@ <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: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> <bundle>mvn:org.apache.camel/camel-bean-validator/${project.version}</bundle>