From 39e849d8a10e13c0b4fba7465c86e7f225d862d6 Mon Sep 17 00:00:00 2001 From: jasper linschoten Date: Tue, 5 Nov 2024 11:51:07 +0100 Subject: [PATCH] Use backbase boat plugin to generate api client inside backbase boat plugin. --- boat-maven-plugin/pom.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/boat-maven-plugin/pom.xml b/boat-maven-plugin/pom.xml index 741e70f26..25b8d1238 100644 --- a/boat-maven-plugin/pom.xml +++ b/boat-maven-plugin/pom.xml @@ -124,6 +124,12 @@ provided + + jakarta.annotation + jakarta.annotation-api + 3.0.0 + + ch.qos.logback logback-classic @@ -352,9 +358,9 @@ - org.openapitools - openapi-generator-maven-plugin - ${openapi-generator.version} + com.backbase.oss + boat-maven-plugin + 0.17.50 @@ -374,6 +380,7 @@ feign java8 @lombok.AllArgsConstructor @lombok.Builder + true