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 114
114
<groupId >com.networknt</groupId >
115
115
<artifactId >json-schema-validator</artifactId >
116
116
<version >${json.schema.version} </version >
117
-
118
117
</dependency >
119
118
120
119
<dependency >
123
122
<version >${slf4j.version} </version >
124
123
</dependency >
125
124
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
-
134
125
<dependency >
135
126
<groupId >com.github.package-url</groupId >
136
127
<artifactId >packageurl-java</artifactId >
151
142
<version >${assertj-core.version} </version >
152
143
<scope >test</scope >
153
144
</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 >
154
152
</dependencies >
155
153
156
154
<build >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments