Skip to content

Commit e914ed1

Browse files
committed
Exclude transitive dependency commons-lang3
1 parent 611f6e8 commit e914ed1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

spotify-web-api-open-api/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@
5555
<groupId>com.networknt</groupId>
5656
<artifactId>json-schema-validator</artifactId>
5757
<version>${json-schema-validator.version}</version>
58+
<!-- commons-lang3 is no longer required, but it is included as runtime dependency. Therefore, exclude it.
59+
see https://github.com/networknt/json-schema-validator/pull/594 -->
60+
<exclusions>
61+
<exclusion>
62+
<groupId>org.apache.commons</groupId>
63+
<artifactId>commons-lang3</artifactId>
64+
</exclusion>
65+
</exclusions>
5866
</dependency>
5967
<dependency>
6068
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)