Skip to content

Commit

Permalink
4.x: upgrade microprofile-openapi-api to 3.1.1 and add direct depende…
Browse files Browse the repository at this point in the history
…ncy (helidon-io#7453)

* Upgrade microprofile-openapi-api to 3.1.1
* Add direct dependency on microprofile-openapi-api
  • Loading branch information
barchetta authored and dalexandrov committed Aug 26, 2023
1 parent 887d32e commit c6d9e5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<version.lib.microprofile-health>4.0</version.lib.microprofile-health>
<version.lib.microprofile-jwt>2.1</version.lib.microprofile-jwt>
<version.lib.microprofile-metrics-api>5.0.1</version.lib.microprofile-metrics-api>
<version.lib.microprofile-openapi-api>3.1</version.lib.microprofile-openapi-api>
<version.lib.microprofile-openapi-api>3.1.1</version.lib.microprofile-openapi-api>
<version.lib.microprofile-reactive-messaging-api>3.0</version.lib.microprofile-reactive-messaging-api>
<version.lib.microprofile-reactive-streams-operators-api>3.0</version.lib.microprofile-reactive-streams-operators-api>
<version.lib.microprofile-reactive-streams-operators-core>3.0</version.lib.microprofile-reactive-streams-operators-core>
Expand Down
4 changes: 4 additions & 0 deletions microprofile/openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@
<groupId>org.eclipse.microprofile.config</groupId>
<artifactId>microprofile-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-api</artifactId>
</dependency>
<dependency>
<groupId>io.helidon.microprofile.server</groupId>
<artifactId>helidon-microprofile-server</artifactId>
Expand Down

0 comments on commit c6d9e5e

Please sign in to comment.