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 2018/09/19 12:26:14 UTC

[camel] branch master updated: Upgrade JGit to version 5.1.1.201809181055-r

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 1abd2b8  Upgrade JGit to version 5.1.1.201809181055-r
1abd2b8 is described below

commit 1abd2b8e7bfc422aed2abe2e4690866983fadb7b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Sep 19 14:23:17 2018 +0200

    Upgrade JGit to version 5.1.1.201809181055-r
---
 parent/pom.xml                                                    | 2 +-
 .../spring-boot/components-starter/camel-git-starter/pom.xml      | 8 --------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 907037b..5885bc8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -387,7 +387,7 @@
     <jetty-plugin-version>${jetty-version}</jetty-plugin-version>
     <jetty-runner-groupId>org.eclipse.jetty</jetty-runner-groupId>
     <jettison-version>1.4.0</jettison-version>
-    <jgit-version>5.0.3.201809091024-r</jgit-version>
+    <jgit-version>5.1.1.201809181055-r</jgit-version>
     <jgroups-version>4.0.14.Final</jgroups-version>
     <libthrift-version>0.11.0</libthrift-version>
     <jibx-version>1.2.6</jibx-version>
diff --git a/platforms/spring-boot/components-starter/camel-git-starter/pom.xml b/platforms/spring-boot/components-starter/camel-git-starter/pom.xml
index 1792409..5067e6a 100644
--- a/platforms/spring-boot/components-starter/camel-git-starter/pom.xml
+++ b/platforms/spring-boot/components-starter/camel-git-starter/pom.xml
@@ -38,14 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-git</artifactId>
       <version>${project.version}</version>
-      <!--START OF GENERATED CODE-->
-      <exclusions>
-        <exclusion>
-          <groupId>commons-logging</groupId>
-          <artifactId>commons-logging</artifactId>
-        </exclusion>
-      </exclusions>
-      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>