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 26e8528287f7c84f62151335a881ed691ec5f234 Author: Claus Ibsen <[email protected]> AuthorDate: Sun Oct 31 09:25:35 2021 +0100 CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc. --- tooling/camel-spring-boot-bom/pom.xml | 5 +++++ tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 638d0b6..eebdca1 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -1490,6 +1490,11 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-springdoc-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-sql-starter</artifactId> <version>${project.version}</version> </dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 2a7aebe..67a913b 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -1703,6 +1703,11 @@ </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-springdoc-starter</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-sql-starter</artifactId> <version>${project.version}</version> </dependency>
