File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63
63
<java .testversion>1.8</java .testversion>
64
64
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
65
65
<version .jackson>2.10.4</version .jackson>
66
- <version .slf4j>1.7.25 </version .slf4j>
66
+ <version .slf4j>1.7.30 </version .slf4j>
67
67
<version .common-lang3>3.7</version .common-lang3>
68
68
<version .joni>2.1.31</version .joni>
69
69
<version .logback>1.2.3</version .logback>
179
179
<module >
180
180
<moduleInfoSource >
181
181
module com.networknt.schema {
182
- requires com.fasterxml.jackson.databind;
182
+ requires transitive com.fasterxml.jackson.databind;
183
183
requires org.apache.commons.lang3;
184
184
requires org.jruby.jcodings;
185
185
requires org.jruby.joni;
186
- requires slf4j.api ;
186
+ requires org.slf4j ;
187
187
188
188
exports com.networknt.schema;
189
189
exports com.networknt.schema.format;
You can’t perform that action at this time.
0 commit comments