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" >
24 <modelVersion >4.0.0</modelVersion >
35 <groupId >org.springdoc</groupId >
46 <artifactId >springdoc-openapi</artifactId >
7173 <nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
7274 <swagger-api .version>2.1.1</swagger-api .version>
7375 <swagger-ui .version>3.25.0</swagger-ui .version>
74- <webjars-locator .version>0.38</webjars-locator .version>
7576 <spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
7677 <classgraph .version>4.8.44</classgraph .version>
7778 </properties >
106107 <artifactId >swagger-ui</artifactId >
107108 <version >${swagger-ui.version} </version >
108109 </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 >
120110 <dependency >
121111 <groupId >org.springframework.security.oauth</groupId >
122112 <artifactId >spring-security-oauth2</artifactId >
Original file line number Diff line number Diff line change 2626 </dependency >
2727 <dependency >
2828 <groupId >org.webjars</groupId >
29- <artifactId >webjars-locator</artifactId >
29+ <artifactId >webjars-locator-core </artifactId >
3030 </dependency >
3131 <dependency >
3232 <groupId >org.hibernate.validator</groupId >
Original file line number Diff line number Diff line change 2121 </dependency >
2222 <dependency >
2323 <groupId >org.webjars</groupId >
24- <artifactId >webjars-locator</artifactId >
24+ <artifactId >webjars-locator-core </artifactId >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.hibernate.validator</groupId >
You can’t perform that action at this time.
0 commit comments