Skip to content

Commit

Permalink
docs: Corrected the artifactId in the Maven and Gradle dependency for…
Browse files Browse the repository at this point in the history
… swagger-core to 'swagger-core-jakarta' (#94)

Co-authored-by: s.brzezinski <[email protected]>
  • Loading branch information
Montysz and s.brzezinski authored Sep 9, 2024
1 parent 10fbf53 commit f5edc12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/snippets/_schema_groovy.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
implementation 'io.swagger.core.v3:swagger-core:2.2.22'
}
implementation 'io.swagger.core.v3:swagger-core-jakarta:2.2.22'
}
4 changes: 2 additions & 2 deletions docs/configuration/snippets/_schema_maven.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<dependencies>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core</artifactId>
<artifactId>swagger-core-jakarta</artifactId>
<version>2.2.22</version>
</dependency>
</dependencies>
</dependencies>

0 comments on commit f5edc12

Please sign in to comment.