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.git
The following commit(s) were added to refs/heads/master by this push: new e6e062a [JsonValidator] Fix missing mvn url handler e6e062a is described below commit e6e062a73f0f7eb943577a6376300e951366e78d Author: Andrej Vano <av...@redhat.com> AuthorDate: Tue Jan 30 14:41:22 2018 +0100 [JsonValidator] Fix missing mvn url handler --- 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 748f0b5..6e3c2ca 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1264,7 +1264,7 @@ </feature> <feature name='camel-json-validator' version='${project.version}' resolver='(obr)' start-level='50'> <feature version='${project.version}'>camel-core</feature> - <bundle dependency='true'>wrap:com.networknt/json-schema-validator/${networknt-json-schema-validator-version}</bundle> + <bundle dependency='true'>wrap:mvn:com.networknt/json-schema-validator/${networknt-json-schema-validator-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle> <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.