Skip to content

Commit

Permalink
config: extract openapi-model-generator-maven-plugin versions to main…
Browse files Browse the repository at this point in the history
… pom

Signed-off-by: Marc Nuri <marc@marcnuri.com>
  • Loading branch information
manusa authored Nov 29, 2024
1 parent 9d35f21 commit 1202c11
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 0 additions & 2 deletions kubernetes-model-generator/openapi/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,10 @@
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<version>1.16</version>
</dependency>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.24</version>
</dependency>
</dependencies>
<build>
Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,10 @@
<guava.version>33.3.1-jre</guava.version> <!-- Required by Gradle Testing Toolkit -->
<osgi.annotations.version>1.5.1</osgi.annotations.version>
<felix.scr.version>2.0.6</felix.scr.version>
<jmustache.version>1.16</jmustache.version>
<picocli.version>4.7.6</picocli.version>
<swagger-request-validator-core.version>2.43.0</swagger-request-validator-core.version>
<swagger-parser.version>2.1.24</swagger-parser.version>

<!-- Maven plugin versions -->
<buildnumber.plugin.version>3.2.1</buildnumber.plugin.version>
Expand Down Expand Up @@ -679,6 +681,11 @@
<version>${sundrio.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<version>${jmustache.version}</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
Expand Down Expand Up @@ -781,6 +788,11 @@
<artifactId>jandex</artifactId>
<version>${jandex.version}</version>
</dependency>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>${swagger-parser.version}</version>
</dependency>

<!-- Test dependencies -->
<dependency>
Expand Down

0 comments on commit 1202c11

Please sign in to comment.