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
commit 77dd0e4f5874ae3e602c10f991a507da9adf2104 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat May 13 09:00:55 2023 +0200 Regen --- components-starter/camel-rest-openapi-starter/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components-starter/camel-rest-openapi-starter/pom.xml b/components-starter/camel-rest-openapi-starter/pom.xml index 523ce703a38..89155762d10 100644 --- a/components-starter/camel-rest-openapi-starter/pom.xml +++ b/components-starter/camel-rest-openapi-starter/pom.xml @@ -38,6 +38,14 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-rest-openapi</artifactId> <version>${camel-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>