mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-26 02:51:27 +01:00
No need to redefined Test Scope String
Former-commit-id: 84b8c35340e92ac42805ccb8411648bec4b1f09c
This commit is contained in:
@@ -76,10 +76,6 @@ public class DependencyCheckMojo extends AbstractMojo implements MavenMultiPageR
|
|||||||
* Name of the logging properties file.
|
* Name of the logging properties file.
|
||||||
*/
|
*/
|
||||||
private static final String LOG_PROPERTIES_FILE = "log.properties";
|
private static final String LOG_PROPERTIES_FILE = "log.properties";
|
||||||
/**
|
|
||||||
* The name of the test scope.
|
|
||||||
*/
|
|
||||||
public static final String TEST_SCOPE = "test";
|
|
||||||
/**
|
/**
|
||||||
* System specific new line character.
|
* System specific new line character.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user