Skip to content

Commit fac2f4e

Browse files
committed
Rely on Classgraph version of webjars-locator-core. Fixes #1424.
1 parent 45d37a3 commit fac2f4e

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

pom.xml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<swagger-api.version>2.1.12</swagger-api.version>
7272
<swagger-ui.version>4.1.3</swagger-ui.version>
7373
<spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
74-
<classgraph.version>4.8.138</classgraph.version>
7574
<webjars-locator-core.version>0.45</webjars-locator-core.version>
7675
<gmavenplus-plugin.version>1.8.1</gmavenplus-plugin.version>
7776
<jaxb-impl.version>2.1</jaxb-impl.version>
@@ -100,23 +99,12 @@
10099
<groupId>org.webjars</groupId>
101100
<artifactId>webjars-locator-core</artifactId>
102101
<version>${webjars-locator-core.version}</version>
103-
<exclusions>
104-
<exclusion>
105-
<groupId>io.github.classgraph</groupId>
106-
<artifactId>classgraph</artifactId>
107-
</exclusion>
108-
</exclusions>
109102
</dependency>
110103
<dependency>
111104
<groupId>org.springframework.security.oauth</groupId>
112105
<artifactId>spring-security-oauth2</artifactId>
113106
<version>${spring-security-oauth2.version}</version>
114107
</dependency>
115-
<dependency>
116-
<groupId>io.github.classgraph</groupId>
117-
<artifactId>classgraph</artifactId>
118-
<version>${classgraph.version}</version>
119-
</dependency>
120108
<dependency>
121109
<groupId>javax.xml</groupId>
122110
<artifactId>jaxb-impl</artifactId>

0 commit comments

Comments
 (0)