File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed
springdoc-openapi-security Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 79
79
<jjwt .version>0.9.1</jjwt .version>
80
80
<spring-native .version>0.11.3</spring-native .version>
81
81
<therapi-runtime-javadoc .version>0.13.0</therapi-runtime-javadoc .version>
82
- <spring-cloud .version>2021.0.0</spring-cloud .version>
83
- <spring-cloud-netflix .version>2.2.10.RELEASE</spring-cloud-netflix .version>
82
+ <spring-cloud .version>2021.0.1</spring-cloud .version>
84
83
</properties >
85
84
86
85
<dependencyManagement >
209
208
<type >pom</type >
210
209
<scope >import</scope >
211
210
</dependency >
212
- <dependency >
213
- <groupId >org.springframework.cloud</groupId >
214
- <artifactId >spring-cloud-starter-netflix-hystrix</artifactId >
215
- <version >${spring-cloud-netflix.version} </version >
216
- </dependency >
217
211
</dependencies >
218
212
</dependencyManagement >
219
213
<dependencies >
Original file line number Diff line number Diff line change 57
57
<artifactId >aspectjrt</artifactId >
58
58
<scope >test</scope >
59
59
</dependency >
60
- <dependency >
61
- <groupId >org.springframework.cloud</groupId >
62
- <artifactId >spring-cloud-starter-netflix-hystrix</artifactId >
63
- <scope >test</scope >
64
- </dependency >
65
60
</dependencies >
66
61
<build >
67
62
<plugins >
You can’t perform that action at this time.
0 commit comments