Skip to content

Commit

Permalink
DATAGO-61733: Add missing dependency for SpringBoot 3.x swagger (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmeldrum authored Sep 12, 2023
1 parent 4d62201 commit 0393c0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions service/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
Expand Down

0 comments on commit 0393c0d

Please sign in to comment.