Skip to content

Commit 91654cb

Browse files
committed
swagger dependency added for gateway
1 parent 2e06582 commit 91654cb

File tree

1 file changed

+6
-1
lines changed
  • reactive-micro-service/gateway-service

1 file changed

+6
-1
lines changed

reactive-micro-service/gateway-service/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,12 @@
3737
<dependency>
3838
<groupId>org.springdoc</groupId>
3939
<artifactId>springdoc-openapi-webflux-core</artifactId>
40-
<version>1.2.31</version>
40+
<version>${springdoc.version}</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.springdoc</groupId>
44+
<artifactId>springdoc-openapi-webflux-ui</artifactId>
45+
<version>${springdoc.version}</version>
4146
</dependency>
4247
</dependencies>
4348

0 commit comments

Comments
 (0)