reverted the threadsafe flag as the plugin is not threadsafe

This commit is contained in:
Jeremy Long
2017-04-29 09:32:58 -04:00
parent 116ef264e1
commit c0f41c461b

View File

@@ -40,7 +40,7 @@ import org.owasp.dependencycheck.utils.Settings;
@Mojo( @Mojo(
name = "check", name = "check",
defaultPhase = LifecyclePhase.VERIFY, defaultPhase = LifecyclePhase.VERIFY,
threadSafe = true, threadSafe = false,
requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME, requiresDependencyResolution = ResolutionScope.COMPILE_PLUS_RUNTIME,
requiresOnline = true requiresOnline = true
) )