Skip to content

Commit

Permalink
Use project.version to import runtime module
Browse files Browse the repository at this point in the history
  • Loading branch information
mcruzdev committed Feb 4, 2024
1 parent cf67878 commit 1a4c387
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wiremock/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<properties>
<version.io.swagger.parser>2.1.20</version.io.swagger.parser>
<openapi.generator.wiremock.version>3.0.0-SNAPSHOT</openapi.generator.wiremock.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -33,7 +32,7 @@
<dependency>
<groupId>io.quarkiverse.openapi.generator</groupId>
<artifactId>quarkus-openapi-generator-wiremock</artifactId>
<version>${openapi.generator.wiremock.version}</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>io.swagger.parser.v3</groupId>
Expand Down

0 comments on commit 1a4c387

Please sign in to comment.