File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 72
72
<swagger-ui .version>3.25.0</swagger-ui .version>
73
73
<webjars-locator .version>0.38</webjars-locator .version>
74
74
<spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
75
+ <classgraph .version>4.8.44</classgraph .version>
75
76
</properties >
76
77
77
78
<dependencyManagement >
90
91
<dependency >
91
92
<groupId >io.swagger.core.v3</groupId >
92
93
<artifactId >swagger-integration</artifactId >
94
+ <exclusions >
95
+ <exclusion >
96
+ <groupId >io.github.classgraph</groupId >
97
+ <artifactId >classgraph</artifactId >
98
+ </exclusion >
99
+ </exclusions >
93
100
<version >${swagger-api.version} </version >
94
101
</dependency >
95
102
<!-- swagger ui -->
108
115
<artifactId >spring-security-oauth2</artifactId >
109
116
<version >${spring-security-oauth2.version} </version >
110
117
</dependency >
118
+ <dependency >
119
+ <groupId >io.github.classgraph</groupId >
120
+ <artifactId >classgraph</artifactId >
121
+ <version >${classgraph.version} </version >
122
+ </dependency >
111
123
</dependencies >
112
124
</dependencyManagement >
113
125
<dependencies >
Original file line number Diff line number Diff line change 33
33
<groupId >io.swagger.core.v3</groupId >
34
34
<artifactId >swagger-integration</artifactId >
35
35
</dependency >
36
+ <dependency >
37
+ <groupId >io.github.classgraph</groupId >
38
+ <artifactId >classgraph</artifactId >
39
+ </dependency >
36
40
<dependency >
37
41
<groupId >org.apache.commons</groupId >
38
42
<artifactId >commons-lang3</artifactId >
You can’t perform that action at this time.
0 commit comments