We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 611f6e8 commit e914ed1Copy full SHA for e914ed1
spotify-web-api-open-api/pom.xml
@@ -55,6 +55,14 @@
55
<groupId>com.networknt</groupId>
56
<artifactId>json-schema-validator</artifactId>
57
<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>
66
</dependency>
67
<dependency>
68
<groupId>org.slf4j</groupId>
0 commit comments