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/03/30 06:21:07 UTC

[camel-karaf] branch main updated: CAMEL-17877: add missing dependency of JSON schema validator to Karaf feature

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


The following commit(s) were added to refs/heads/main by this push:
     new cb18fdd  CAMEL-17877: add missing dependency of JSON schema validator to Karaf feature
cb18fdd is described below

commit cb18fdd4a2d5ef628dabd535c83584fd8e513ee3
Author: Börcsök József <bo...@alerant.hu>
AuthorDate: Wed Mar 30 08:16:10 2022 +0200

    CAMEL-17877: add missing dependency of JSON schema validator to Karaf feature
---
 platforms/karaf/features/src/main/resources/features.xml | 1 +
 pom.xml                                                  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 38e3b29..7d72f25 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1245,6 +1245,7 @@
     <bundle dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
     <bundle dependency='true'>wrap:mvn:org.jruby.joni/joni/${joni-version}</bundle>
     <bundle dependency='true'>wrap:mvn:org.jruby.jcodings/jcodings/${jcodings-version}</bundle>
+    <bundle dependency='true'>wrap:mvn:com.ethlo.time/itu/${itu-version}</bundle>
     <bundle>mvn:org.apache.camel/camel-json-validator/${project.version}</bundle>
   </feature>
   <feature name='camel-json-api' version='${project.version}' start-level='50'>
diff --git a/pom.xml b/pom.xml
index be9ce95..35682e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -197,6 +197,7 @@
         <irclib-bundle-version>1.10_5</irclib-bundle-version>
         <ironmq-bundle-version>3.0.5_1</ironmq-bundle-version>
         <isorelax-bundle-version>20050913_4</isorelax-bundle-version>
+        <itu-version>1.5.1</itu-version>
         <ivy-version>2.4.0</ivy-version>
         <jakarta-el-version>3.0.3</jakarta-el-version>
         <jakarta-validation-api-version>2.0.1</jakarta-validation-api-version>