File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed
springdoc-openapi-webflux-ui Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 71
71
<swagger-api .version>2.1.12</swagger-api .version>
72
72
<swagger-ui .version>4.1.3</swagger-ui .version>
73
73
<spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
74
+ <classgraph .version>4.8.138</classgraph .version>
74
75
<webjars-locator-core .version>0.45</webjars-locator-core .version>
75
76
<gmavenplus-plugin .version>1.8.1</gmavenplus-plugin .version>
76
77
<jaxb-impl .version>2.1</jaxb-impl .version>
99
100
<groupId >org.webjars</groupId >
100
101
<artifactId >webjars-locator-core</artifactId >
101
102
<version >${webjars-locator-core.version} </version >
103
+ <exclusions >
104
+ <exclusion >
105
+ <groupId >io.github.classgraph</groupId >
106
+ <artifactId >classgraph</artifactId >
107
+ </exclusion >
108
+ </exclusions >
102
109
</dependency >
103
110
<dependency >
104
111
<groupId >org.springframework.security.oauth</groupId >
105
112
<artifactId >spring-security-oauth2</artifactId >
106
113
<version >${spring-security-oauth2.version} </version >
107
114
</dependency >
115
+ <dependency >
116
+ <groupId >io.github.classgraph</groupId >
117
+ <artifactId >classgraph</artifactId >
118
+ <version >${classgraph.version} </version >
119
+ </dependency >
108
120
<dependency >
109
121
<groupId >javax.xml</groupId >
110
122
<artifactId >jaxb-impl</artifactId >
Original file line number Diff line number Diff line change 27
27
<groupId >org.webjars</groupId >
28
28
<artifactId >webjars-locator-core</artifactId >
29
29
</dependency >
30
+ <dependency >
31
+ <groupId >io.github.classgraph</groupId >
32
+ <artifactId >classgraph</artifactId >
33
+ </dependency >
30
34
<dependency >
31
35
<groupId >org.springframework.boot</groupId >
32
36
<artifactId >spring-boot-starter-security</artifactId >
Original file line number Diff line number Diff line change 22
22
<groupId >org.webjars</groupId >
23
23
<artifactId >webjars-locator-core</artifactId >
24
24
</dependency >
25
+ <dependency >
26
+ <groupId >io.github.classgraph</groupId >
27
+ <artifactId >classgraph</artifactId >
28
+ </dependency >
25
29
<!-- Actuator dependencies -->
26
30
<dependency >
27
31
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments