File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
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>
75
74
<webjars-locator-core .version>0.45</webjars-locator-core .version>
76
75
<gmavenplus-plugin .version>1.8.1</gmavenplus-plugin .version>
77
76
<jaxb-impl .version>2.1</jaxb-impl .version>
100
99
<groupId >org.webjars</groupId >
101
100
<artifactId >webjars-locator-core</artifactId >
102
101
<version >${webjars-locator-core.version} </version >
103
- <exclusions >
104
- <exclusion >
105
- <groupId >io.github.classgraph</groupId >
106
- <artifactId >classgraph</artifactId >
107
- </exclusion >
108
- </exclusions >
109
102
</dependency >
110
103
<dependency >
111
104
<groupId >org.springframework.security.oauth</groupId >
112
105
<artifactId >spring-security-oauth2</artifactId >
113
106
<version >${spring-security-oauth2.version} </version >
114
107
</dependency >
115
- <dependency >
116
- <groupId >io.github.classgraph</groupId >
117
- <artifactId >classgraph</artifactId >
118
- <version >${classgraph.version} </version >
119
- </dependency >
120
108
<dependency >
121
109
<groupId >javax.xml</groupId >
122
110
<artifactId >jaxb-impl</artifactId >
You can’t perform that action at this time.
0 commit comments