This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6b8ceead99886a5542633d84e031e61786cdd349 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Mar 8 10:17:22 2023 +0100 CAMEL-19062 - Clean up Parent POM - Apicurio Data Models Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-openapi-java/pom.xml | 1 + tooling/openapi-rest-dsl-generator/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/components/camel-openapi-java/pom.xml b/components/camel-openapi-java/pom.xml index a5532c28bbd..a283ef304cd 100644 --- a/components/camel-openapi-java/pom.xml +++ b/components/camel-openapi-java/pom.xml @@ -78,6 +78,7 @@ <dependency> <groupId>io.apicurio</groupId> <artifactId>apicurio-data-models</artifactId> + <version>${apicurio-version}</version> </dependency> <dependency> diff --git a/tooling/openapi-rest-dsl-generator/pom.xml b/tooling/openapi-rest-dsl-generator/pom.xml index 121bcaf5315..cbe46feec95 100644 --- a/tooling/openapi-rest-dsl-generator/pom.xml +++ b/tooling/openapi-rest-dsl-generator/pom.xml @@ -52,6 +52,7 @@ <dependency> <groupId>io.apicurio</groupId> <artifactId>apicurio-data-models</artifactId> + <version>${apicurio-version}</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
