Skip to content

Commit

Permalink
Use backbase boat plugin to generate api client inside backbase boat …
Browse files Browse the repository at this point in the history
…plugin.
  • Loading branch information
jjjasper committed Nov 5, 2024
1 parent 9ee90c5 commit 39e849d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions boat-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
Expand Down Expand Up @@ -352,9 +358,9 @@
</executions>
</plugin>
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>${openapi-generator.version}</version>
<groupId>com.backbase.oss</groupId>
<artifactId>boat-maven-plugin</artifactId>
<version>0.17.50</version>
<executions>
<execution>
<goals>
Expand All @@ -374,6 +380,7 @@
<library>feign</library>
<dateLibrary>java8</dateLibrary>
<additionalModelTypeAnnotations>@lombok.AllArgsConstructor @lombok.Builder </additionalModelTypeAnnotations>
<useJakartaEe>true</useJakartaEe>
</configOptions>
</configuration>
</execution>
Expand Down

0 comments on commit 39e849d

Please sign in to comment.