You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The OpenAPI 3.0 specification is using JSON schema to validate the request/respo
42
42
43
43
Following the design principle of the Light Platform, this library has minimum dependencies to ensure there are no dependency conflicts when using it.
44
44
45
-
Here are the dependencies.
45
+
Here are the dependencies:
46
46
47
47
```xml
48
48
<dependency>
@@ -58,10 +58,7 @@ Here are the dependencies.
58
58
</dependency>
59
59
```
60
60
61
-
Note: Apache commons lang is included as a compile time dependency but is not
62
-
required anymore. It is still included for the sake of older projects that
63
-
depend on it as an accidental transitive runtime dependency. It is encouraged to
64
-
exclude it as shown below and will be removed in a future release.
61
+
**Note**: Up to version [1.0.81](https://github.com/networknt/json-schema-validator/blob/1.0.81/pom.xml#L99), the dependency `org.apache.commons:commons-lang3` was included as a runtime dependency. Starting with [1.0.82](https://github.com/networknt/json-schema-validator/releases/tag/1.0.82) it is not required anymore.
65
62
66
63
#### Community
67
64
@@ -82,6 +79,8 @@ Maven:
82
79
<groupId>com.networknt</groupId>
83
80
<artifactId>json-schema-validator</artifactId>
84
81
<version>1.0.87</version>
82
+
83
+
<!-- Only required for versions < 1.0.82. See README.md -->
0 commit comments