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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new b79d05adeae Remove guava
b79d05adeae is described below
commit b79d05adeae75c1a48240a6f8adfbeca093ce228
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Feb 6 07:06:34 2023 +0100
Remove guava
---
tooling/camel-spring-boot-generator-maven-plugin/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
index b70bc46a688..903815a377f 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
+++ b/tooling/camel-spring-boot-generator-maven-plugin/pom.xml
@@ -148,13 +148,6 @@
<version>${asciidoctorj-version}</version>
</dependency>
- <!-- guava for some word wrap helper -->
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>31.1-jre</version>
- </dependency>
-
<!-- roaster to create java source for Spring Boot auto configuration
support -->
<dependency>
<groupId>org.jboss.forge.roaster</groupId>