This repository was archived by the owner on Feb 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,11 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
228
228
<artifactId >logback-classic</artifactId >
229
229
<scope >test</scope >
230
230
</dependency >
231
+ <dependency >
232
+ <groupId >ch.qos.logback</groupId >
233
+ <artifactId >logback-core</artifactId >
234
+ <scope >test</scope >
235
+ </dependency >
231
236
<dependency >
232
237
<groupId >org.owasp</groupId >
233
238
<artifactId >dependency-check-utils</artifactId >
@@ -506,9 +511,6 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
506
511
<version >${maven-dependency-plugin.version} </version >
507
512
<configuration >
508
513
<usedDependencies combine.children=" append" >
509
- <!-- logback is our logging implementation during test and is test-scoped due to a lack of a
510
- test-runtime scope - it should be considered 'used' in the context of dependency:analyze-report -->
511
- <usedDependency >ch.qos.logback:logback-classic</usedDependency >
512
514
<!-- dependencies to be copied for use in unit/integration testcases are, due to
513
515
lack of a test-runtime scope, configured as test-scoped / optional and should be
514
516
considered used for dependency:analyze-report -->
You can’t perform that action at this time.
0 commit comments