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

davsclaus 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 95a3587  CAMEL-15667: Align transitive dependency versions of 
jira-client with versions defined in camel-parent (#4411)
95a3587 is described below

commit 95a3587ebeda05e956487b78d0163db2b7fcae67
Author: Matej Melko <[email protected]>
AuthorDate: Sat Oct 10 07:27:40 2020 +0200

    CAMEL-15667: Align transitive dependency versions of jira-client with 
versions defined in camel-parent (#4411)
---
 components/camel-jira/pom.xml | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/components/camel-jira/pom.xml b/components/camel-jira/pom.xml
index 8a8e0ee..cfadafb 100644
--- a/components/camel-jira/pom.xml
+++ b/components/camel-jira/pom.xml
@@ -72,6 +72,14 @@
                     <groupId>com.google.guava</groupId>
                     <artifactId>guava</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.codehaus.jettison</groupId>
+                    <artifactId>jettison</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.httpcomponents</groupId>
+                    <artifactId>httpclient</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -79,7 +87,17 @@
             <artifactId>fugue</artifactId>
             <version>${atlassian-fugue-version}</version>
         </dependency>
-
+        <!-- Aligning versions with versions defined in parent pom  -->
+        <dependency>
+            <groupId>org.codehaus.jettison</groupId>
+            <artifactId>jettison</artifactId>
+            <version>${jettison-version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>${httpclient4-version}</version>
+        </dependency>
 
         <!-- testing -->
         <dependency>

Reply via email to