No need to redefined Test Scope String

Former-commit-id: 1da78b9b9994d055b38f1f5aeebb6fb67a1fb756
This commit is contained in:
Henri Gomez
2014-02-11 12:54:26 +01:00
parent 158250e98d
commit 1b013db312

View File

@@ -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.
*/ */