You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/01/20 06:41:00 UTC

[camel] branch camel-3.14.x updated (9890101 -> 16813a3)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 9890101  Upgrade to apache any23 2.6
     new 6b51059  Fixed camel-soroush. Upgrade to jersey 2.35
     new 16813a3  Fixed camel-soroush. Upgrade to jersey 2.35

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 camel-dependencies/pom.xml       | 2 +-
 components/camel-soroush/pom.xml | 1 -
 parent/pom.xml                   | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

[camel] 01/02: Fixed camel-soroush. Upgrade to jersey 2.35

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 6b5105973c8314f946af2cf6b85f8382c01a25c1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 20 07:05:33 2022 +0100

    Fixed camel-soroush. Upgrade to jersey 2.35
---
 components/camel-soroush/pom.xml | 1 -
 parent/pom.xml                   | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/components/camel-soroush/pom.xml b/components/camel-soroush/pom.xml
index 41bba06..c9c811f 100644
--- a/components/camel-soroush/pom.xml
+++ b/components/camel-soroush/pom.xml
@@ -48,7 +48,6 @@
             <groupId>org.glassfish.jersey.media</groupId>
             <artifactId>jersey-media-json-jackson</artifactId>
             <version>${jersey-version}</version>
-            <scope>runtime</scope>
         </dependency>
         <dependency>
             <groupId>org.glassfish.jersey.inject</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2408ed4..08b40d3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -306,7 +306,7 @@
         <jcommander-version>1.72</jcommander-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>3.7.0</jedis-client-version>
-        <jersey-version>2.28</jersey-version>
+        <jersey-version>2.35</jersey-version>
         <jetcd-version>0.5.10</jetcd-version>
         <jetty9-version>9.4.43.v20210629</jetty9-version>
         <jetty-version>${jetty9-version}</jetty-version>

[camel] 02/02: Fixed camel-soroush. Upgrade to jersey 2.35

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 16813a3850f08191a723ca9c662b1fed3ede5d54
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 20 07:40:26 2022 +0100

    Fixed camel-soroush. Upgrade to jersey 2.35
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 2cadd55..b6af3e6 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -322,7 +322,7 @@
     <jcommander-version>1.72</jcommander-version>
     <jcr-version>2.0</jcr-version>
     <jedis-client-version>3.7.0</jedis-client-version>
-    <jersey-version>2.28</jersey-version>
+    <jersey-version>2.35</jersey-version>
     <jetcd-version>0.5.10</jetcd-version>
     <jettison-version>1.4.1</jettison-version>
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>