fix codacy issues

This commit is contained in:
Jeremy Long
2017-04-01 10:02:24 -04:00
parent 18564e8e86
commit 35d0f21c47
2 changed files with 2 additions and 9 deletions

View File

@@ -25,9 +25,7 @@ import java.io.FileOutputStream;
import java.util.zip.ZipEntry;
import java.util.zip.ZipInputStream;
import org.apache.commons.compress.utils.IOUtils;
import org.junit.AfterClass;
import org.junit.Before;
import org.owasp.dependencycheck.data.nvdcve.CveDB;
import org.owasp.dependencycheck.utils.Settings;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;