File tree Expand file tree Collapse file tree 2 files changed +7
-16
lines changed
Expand file tree Collapse file tree 2 files changed +7
-16
lines changed Original file line number Diff line number Diff line change 114114 <groupId >com.networknt</groupId >
115115 <artifactId >json-schema-validator</artifactId >
116116 <version >${json.schema.version} </version >
117-
118117 </dependency >
119118
120119 <dependency >
123122 <version >${slf4j.version} </version >
124123 </dependency >
125124
126- <dependency >
127- <groupId >org.slf4j</groupId >
128- <artifactId >slf4j-log4j12</artifactId >
129- <version >${slf4j.version} </version >
130- <optional >true</optional >
131- <scope >runtime</scope >
132- </dependency >
133-
134125 <dependency >
135126 <groupId >com.github.package-url</groupId >
136127 <artifactId >packageurl-java</artifactId >
151142 <version >${assertj-core.version} </version >
152143 <scope >test</scope >
153144 </dependency >
145+
146+ <dependency >
147+ <groupId >org.slf4j</groupId >
148+ <artifactId >slf4j-simple</artifactId >
149+ <version >${slf4j.version} </version >
150+ <scope >test</scope >
151+ </dependency >
154152 </dependencies >
155153
156154 <build >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments