Skip to content

Commit

Permalink
feat: add onecx-openapi-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
milan.horvath committed Jan 26, 2024
1 parent c2db280 commit 77797ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,13 @@
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>${openapitools.openapi-generator-maven-plugin.version}</version>
<dependencies>
<dependency>
<groupId>io.github.onecx.quarkus</groupId>
<artifactId>onecx-openapi-generator</artifactId>
<version>${onecx.quarkus.version}</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
Expand Down

0 comments on commit 77797ff

Please sign in to comment.