This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
The following commit(s) were added to refs/heads/master by this push: new fc42426 Hibernate Validator range doesn't work because of .Final suffix, let's go back at plain version fc42426 is described below commit fc424269e312aade387c26599823119f72e1b1b6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Tue Jan 12 07:33:48 2021 +0100 Hibernate Validator range doesn't work because of .Final suffix, let's go back at plain version --- 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 d9faa03..07d1428 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -21,7 +21,7 @@ <repository>mvn:org.apache.cxf.karaf/apache-cxf/[3,4)/xml/features</repository> <repository>mvn:org.apache.jclouds.karaf/jclouds-karaf/[2,3)/xml/features</repository> <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features</repository> - <repository>mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/[6,7)/xml/features</repository> + <repository>mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/${hibernate-validator-version}/xml/features</repository> <feature name='xml-specs-api' version='${servicemix-specs-version}' start-level='10'> <bundle dependency='true'>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.activation-api-1.1/${servicemix-specs-version}</bundle>