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 2020/03/04 11:08:45 UTC

[camel] 01/03: CAMEL-14640: Remove guava as its not needed

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

commit 5361d2a93647fe1108616ba6772140ea92f462e7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Mar 4 11:57:11 2020 +0100

    CAMEL-14640: Remove guava as its not needed
---
 tooling/maven/camel-package-maven-plugin/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/tooling/maven/camel-package-maven-plugin/pom.xml b/tooling/maven/camel-package-maven-plugin/pom.xml
index 73e9c28..5b2ba9e 100644
--- a/tooling/maven/camel-package-maven-plugin/pom.xml
+++ b/tooling/maven/camel-package-maven-plugin/pom.xml
@@ -118,13 +118,6 @@
             <version>${commons-text-version}</version>
         </dependency>
 
-        <!-- guava for some word wrap helper -->
-        <dependency>
-            <groupId>com.google.guava</groupId>
-            <artifactId>guava</artifactId>
-            <version>${google-guava-version}</version>
-        </dependency>
-
         <!-- roaster to create java source for Spring Boot auto configuration support -->
         <dependency>
             <groupId>org.jboss.forge.roaster</groupId>