File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed
springdoc-openapi-webflux-ui Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
4
<modelVersion >4.0.0</modelVersion >
3
5
<groupId >org.springdoc</groupId >
4
6
<artifactId >springdoc-openapi</artifactId >
71
73
<nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
72
74
<swagger-api .version>2.1.1</swagger-api .version>
73
75
<swagger-ui .version>3.25.0</swagger-ui .version>
74
- <webjars-locator .version>0.38</webjars-locator .version>
75
76
<spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
76
77
<classgraph .version>4.8.44</classgraph .version>
77
78
</properties >
106
107
<artifactId >swagger-ui</artifactId >
107
108
<version >${swagger-ui.version} </version >
108
109
</dependency >
109
- <dependency >
110
- <groupId >org.webjars</groupId >
111
- <artifactId >webjars-locator</artifactId >
112
- <version >${webjars-locator.version} </version >
113
- <exclusions >
114
- <exclusion >
115
- <groupId >com.fasterxml.jackson.core</groupId >
116
- <artifactId >jackson-databind</artifactId >
117
- </exclusion >
118
- </exclusions >
119
- </dependency >
120
110
<dependency >
121
111
<groupId >org.springframework.security.oauth</groupId >
122
112
<artifactId >spring-security-oauth2</artifactId >
Original file line number Diff line number Diff line change 26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.webjars</groupId >
29
- <artifactId >webjars-locator</artifactId >
29
+ <artifactId >webjars-locator-core </artifactId >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >org.hibernate.validator</groupId >
Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.webjars</groupId >
24
- <artifactId >webjars-locator</artifactId >
24
+ <artifactId >webjars-locator-core </artifactId >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.hibernate.validator</groupId >
You can’t perform that action at this time.
0 commit comments