Skip to content

Commit

Permalink
Merge pull request #30035 from Azquelt/openapi-api-update
Browse files Browse the repository at this point in the history
Update MP OpenAPI API to 4.0.2
  • Loading branch information
Azquelt authored Nov 2, 2024
2 parents 9df8d50 + 8c7be40 commit 166e59a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dev/cnf/dependabot/check_this_in_if_it_changes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3074,7 +3074,7 @@
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-api</artifactId>
<version>4.0</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.microprofile.opentracing</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dev/cnf/oss_dependencies.maven
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ org.eclipse.microprofile.openapi:microprofile-openapi-api:1.1.1
org.eclipse.microprofile.openapi:microprofile-openapi-api:2.0
org.eclipse.microprofile.openapi:microprofile-openapi-api:3.0
org.eclipse.microprofile.openapi:microprofile-openapi-api:3.1
org.eclipse.microprofile.openapi:microprofile-openapi-api:4.0
org.eclipse.microprofile.openapi:microprofile-openapi-api:4.0.2
org.eclipse.microprofile.opentracing:microprofile-opentracing-api:1.0.1
org.eclipse.microprofile.opentracing:microprofile-opentracing-api:1.1
org.eclipse.microprofile.opentracing:microprofile-opentracing-api:1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ symbolicName=io.openliberty.org.eclipse.microprofile.openapi-4.0
singleton=true
-features=\
io.openliberty.mpCompatible-7.0
-bundles=io.openliberty.org.eclipse.microprofile.openapi.4.0; location:="dev/api/stable/,lib/"; mavenCoordinates="org.eclipse.microprofile.openapi:microprofile-openapi-api:4.0"
-bundles=io.openliberty.org.eclipse.microprofile.openapi.4.0; location:="dev/api/stable/,lib/"; mavenCoordinates="org.eclipse.microprofile.openapi:microprofile-openapi-api:4.0.2"
kind=beta
edition=core
WLP-Activation-Type: parallel
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Include-Resource: \
@${repo;org.eclipse.microprofile.openapi:microprofile-openapi-api;[4.0,4.1)}

-maven-dependencies: \
dep1;groupId=org.eclipse.microprofile.openapi;artifactId=microprofile-openapi-api;version=4.0;scope=runtime
dep1;groupId=org.eclipse.microprofile.openapi;artifactId=microprofile-openapi-api;version=4.0.2;scope=runtime

WS-TraceGroup: MPOPENAPI

0 comments on commit 166e59a

Please sign in to comment.