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 46500cbfe9ecb9aa1367dc3826e7b9b1723e448b Author: Claus Ibsen <[email protected]> AuthorDate: Sun Oct 31 09:23:57 2021 +0100 CAMEL-17061: camel-springdoc-starter -- Integration with Springdoc. --- components-starter/camel-openapi-java-starter/pom.xml | 2 +- components-starter/camel-springdoc-starter/pom.xml | 2 +- pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/components-starter/camel-openapi-java-starter/pom.xml b/components-starter/camel-openapi-java-starter/pom.xml index e38734d..92cf0df 100644 --- a/components-starter/camel-openapi-java-starter/pom.xml +++ b/components-starter/camel-openapi-java-starter/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>io.swagger.parser.v3</groupId> <artifactId>swagger-parser-v3</artifactId> - <version>2.0.28</version> + <version>${swagger-parser-v3-version}</version> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/components-starter/camel-springdoc-starter/pom.xml b/components-starter/camel-springdoc-starter/pom.xml index c7ce86d..53c3c4f 100644 --- a/components-starter/camel-springdoc-starter/pom.xml +++ b/components-starter/camel-springdoc-starter/pom.xml @@ -51,7 +51,7 @@ <dependency> <groupId>io.swagger.parser.v3</groupId> <artifactId>swagger-parser-v3</artifactId> - <version>2.0.28</version> + <version>${swagger-parser-v3-version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> diff --git a/pom.xml b/pom.xml index 1585108..c7ff109 100644 --- a/pom.xml +++ b/pom.xml @@ -130,6 +130,7 @@ <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version> <mycila-license-version>3.0</mycila-license-version> <surefire.version>${maven-surefire-plugin-version}</surefire.version> + <swagger-parser-v3-version>2.0.28</swagger-parser-v3-version> <undertow-version>2.2.0.Final</undertow-version> </properties>
