There was an error while loading. Please reload this page.
1 parent 2e06582 commit 91654cbCopy full SHA for 91654cb
reactive-micro-service/gateway-service/pom.xml
@@ -37,7 +37,12 @@
37
<dependency>
38
<groupId>org.springdoc</groupId>
39
<artifactId>springdoc-openapi-webflux-core</artifactId>
40
-<version>1.2.31</version>
+<version>${springdoc.version}</version>
41
+</dependency>
42
+<dependency>
43
+<groupId>org.springdoc</groupId>
44
+<artifactId>springdoc-openapi-webflux-ui</artifactId>
45
46
</dependency>
47
</dependencies>
48
0 commit comments