File tree Expand file tree Collapse file tree
sparql-anything-archive/src/main/resources
sparql-anything-parser/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff line change 340340 <groupId >org.slf4j</groupId >
341341 <artifactId >slf4j-simple</artifactId >
342342 <version >1.7.7</version >
343+ <scope >test</scope >
343344 </dependency >
344345
345346 <dependency >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 164164 <artifactId >commons-cli</artifactId >
165165 </dependency >
166166
167- <dependency >
168- <groupId >org.slf4j</groupId >
169- <artifactId >slf4j-simple</artifactId >
170- </dependency >
171-
172167 <dependency >
173168 <groupId >junit</groupId >
174169 <artifactId >junit</artifactId >
237232 </plugin >
238233 </plugins >
239234 </build >
235+ <dependencies >
236+ <dependency >
237+ <groupId >org.slf4j</groupId >
238+ <artifactId >slf4j-simple</artifactId >
239+ </dependency >
240+ </dependencies >
240241 </profile >
241242
242243 <profile >
309310 <groupId >jakarta.xml.bind</groupId >
310311 <artifactId >jakarta.xml.bind-api</artifactId >
311312 </dependency >
313+ <dependency >
314+ <groupId >org.slf4j</groupId >
315+ <artifactId >slf4j-simple</artifactId >
316+ </dependency >
312317 </dependencies >
313318 </profile >
314319
Original file line number Diff line number Diff line change 143143 <groupId >org.freemarker</groupId >
144144 <artifactId >freemarker</artifactId >
145145 </dependency >
146- <dependency >
147- <groupId >org.slf4j</groupId >
148- <artifactId >slf4j-simple</artifactId >
149- </dependency >
150146
151147 <!-- Test dependencies -->
152148 <dependency >
212208 </plugin >
213209 </plugins >
214210 </build >
211+ <dependencies >
212+ <dependency >
213+ <groupId >org.slf4j</groupId >
214+ <artifactId >slf4j-simple</artifactId >
215+ </dependency >
216+ </dependencies >
215217 </profile >
216218 <profile >
217219 <id >generate-cli-jar-geosparql</id >
278280 <groupId >jakarta.xml.bind</groupId >
279281 <artifactId >jakarta.xml.bind-api</artifactId >
280282 </dependency >
283+
284+ <dependency >
285+ <groupId >org.slf4j</groupId >
286+ <artifactId >slf4j-simple</artifactId >
287+ </dependency >
281288 </dependencies >
282289 </profile >
283290 </profiles >
300307 <groupId >org.codehaus.mojo</groupId >
301308 <artifactId >exec-maven-plugin</artifactId >
302309 <version >3.1.0</version >
310+ <dependencies >
311+ <dependency >
312+ <groupId >org.slf4j</groupId >
313+ <artifactId >slf4j-simple</artifactId >
314+ <version >1.7.7</version >
315+ </dependency >
316+ </dependencies >
303317 <executions >
304318 <execution >
305319 <id >generate-snippets</id >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments