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 2023/07/30 06:41:16 UTC

[camel] branch main updated: Remove unnecessary jcommander version property (#10903)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 53e21ec893c Remove unnecessary jcommander version property (#10903)
53e21ec893c is described below

commit 53e21ec893c597ed1922b5fb96e837f41d2d1dc6
Author: Kengo Seki <se...@apache.org>
AuthorDate: Sun Jul 30 15:41:10 2023 +0900

    Remove unnecessary jcommander version property (#10903)
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 33b7819e6df..a0c0333fa9d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -256,7 +256,6 @@
         <jboss-transaction-spi.version>7.6.1.Final</jboss-transaction-spi.version>
         <jboss-xnio-version>3.3.8.Final</jboss-xnio-version>
         <jcache-version>1.1.1</jcache-version>
-        <jcommander-version>1.72</jcommander-version>
         <jcr-version>2.0</jcr-version>
         <jedis-client-version>4.4.3</jedis-client-version>
         <jetcd-version>0.7.5</jetcd-version>