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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,6 +179,21 @@ The YAML dependency can be excluded if this is not required. Attempting to proce
179
179
</dependency>
180
180
```
181
181
182
+
The Ethlo Time dependency can be excluded if accurate validation of the `date-time` format is not required. The `date-time` format will then use `java.time.OffsetDateTime` to determine if the `date-time` is valid .
183
+
184
+
```xml
185
+
<dependency>
186
+
<groupId>com.networknt</groupId>
187
+
<artifactId>json-schema-validator</artifactId>
188
+
<exclusions>
189
+
<exclusion>
190
+
<groupId>com.ethlo.time</groupId>
191
+
<artifactId>itu</artifactId>
192
+
</exclusion>
193
+
</exclusions>
194
+
</dependency>
195
+
```
196
+
182
197
#### Community
183
198
184
199
This library is very active with a lot of contributors. New features and bug fixes are handled quickly by the team members. Because it is an essential dependency of the [light-4j](https://github.com/networknt/light-4j) framework in the same GitHub organization, it will be evolved and maintained along with the framework.
@@ -199,7 +214,7 @@ This package is available on Maven central.
0 commit comments