Skip to content

Commit

Permalink
modified pom.xml for OpenAPI and SwaggerUI
Browse files Browse the repository at this point in the history
  • Loading branch information
sina-tb committed Jan 18, 2024
1 parent 0527417 commit 75bc00d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CA1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<java.version>19</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down

0 comments on commit 75bc00d

Please sign in to comment.