Skip to content

Commit 4860655

Browse files
author
bnasslahsen
committed
use webjars-locator-core instead of webjars-locator. Fixes #461
1 parent 5a3d772 commit 4860655

File tree

3 files changed

+5
-15
lines changed

3 files changed

+5
-15
lines changed

pom.xml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
24
<modelVersion>4.0.0</modelVersion>
35
<groupId>org.springdoc</groupId>
46
<artifactId>springdoc-openapi</artifactId>
@@ -71,7 +73,6 @@
7173
<nexus-staging-maven-plugin>1.6.8</nexus-staging-maven-plugin>
7274
<swagger-api.version>2.1.1</swagger-api.version>
7375
<swagger-ui.version>3.25.0</swagger-ui.version>
74-
<webjars-locator.version>0.38</webjars-locator.version>
7576
<spring-security-oauth2.version>2.3.8.RELEASE</spring-security-oauth2.version>
7677
<classgraph.version>4.8.44</classgraph.version>
7778
</properties>
@@ -106,17 +107,6 @@
106107
<artifactId>swagger-ui</artifactId>
107108
<version>${swagger-ui.version}</version>
108109
</dependency>
109-
<dependency>
110-
<groupId>org.webjars</groupId>
111-
<artifactId>webjars-locator</artifactId>
112-
<version>${webjars-locator.version}</version>
113-
<exclusions>
114-
<exclusion>
115-
<groupId>com.fasterxml.jackson.core</groupId>
116-
<artifactId>jackson-databind</artifactId>
117-
</exclusion>
118-
</exclusions>
119-
</dependency>
120110
<dependency>
121111
<groupId>org.springframework.security.oauth</groupId>
122112
<artifactId>spring-security-oauth2</artifactId>

springdoc-openapi-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</dependency>
2727
<dependency>
2828
<groupId>org.webjars</groupId>
29-
<artifactId>webjars-locator</artifactId>
29+
<artifactId>webjars-locator-core</artifactId>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.hibernate.validator</groupId>

springdoc-openapi-webflux-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</dependency>
2222
<dependency>
2323
<groupId>org.webjars</groupId>
24-
<artifactId>webjars-locator</artifactId>
24+
<artifactId>webjars-locator-core</artifactId>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.hibernate.validator</groupId>

0 commit comments

Comments
 (0)