diff options
Diffstat (limited to 'main/pom.xml')
-rw-r--r-- | main/pom.xml | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/main/pom.xml b/main/pom.xml index d018e691..bd42087c 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -62,16 +62,6 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-boot-starter</artifactId> - <version>${version.springfox}</version> - </dependency> - <dependency> - <groupId>io.springfox</groupId> - <artifactId>springfox-swagger-ui</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <scope>provided</scope> @@ -127,6 +117,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency> + <dependency> + <groupId>org.springdoc</groupId> + <artifactId>springdoc-openapi-ui</artifactId> + </dependency> </dependencies> <build> |