File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 7272 <swagger-ui .version>3.25.0</swagger-ui .version>
7373 <webjars-locator .version>0.38</webjars-locator .version>
7474 <spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
75+ <classgraph .version>4.8.44</classgraph .version>
7576 </properties >
7677
7778 <dependencyManagement >
9091 <dependency >
9192 <groupId >io.swagger.core.v3</groupId >
9293 <artifactId >swagger-integration</artifactId >
94+ <exclusions >
95+ <exclusion >
96+ <groupId >io.github.classgraph</groupId >
97+ <artifactId >classgraph</artifactId >
98+ </exclusion >
99+ </exclusions >
93100 <version >${swagger-api.version} </version >
94101 </dependency >
95102 <!-- swagger ui -->
108115 <artifactId >spring-security-oauth2</artifactId >
109116 <version >${spring-security-oauth2.version} </version >
110117 </dependency >
118+ <dependency >
119+ <groupId >io.github.classgraph</groupId >
120+ <artifactId >classgraph</artifactId >
121+ <version >${classgraph.version} </version >
122+ </dependency >
111123 </dependencies >
112124 </dependencyManagement >
113125 <dependencies >
Original file line number Diff line number Diff line change 3333 <groupId >io.swagger.core.v3</groupId >
3434 <artifactId >swagger-integration</artifactId >
3535 </dependency >
36+ <dependency >
37+ <groupId >io.github.classgraph</groupId >
38+ <artifactId >classgraph</artifactId >
39+ </dependency >
3640 <dependency >
3741 <groupId >org.apache.commons</groupId >
3842 <artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments