updated imports

Former-commit-id: 44995cd7c14577d508a97e6ecb70f7edbad29a3a
This commit is contained in:
Jeremy Long
2014-03-03 06:36:25 -05:00
parent fe0e2d5c2d
commit c041ff66e2

View File

@@ -17,15 +17,12 @@
*/ */
package org.owasp.dependencycheck.analyzer; package org.owasp.dependencycheck.analyzer;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assume.assumeFalse;
import java.io.File; import java.io.File;
import java.util.logging.Level; import java.util.logging.Level;
import java.util.logging.Logger; import java.util.logging.Logger;
import org.junit.After; import org.junit.After;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import org.junit.Assume; import org.junit.Assume;
import static org.junit.Assume.assumeFalse; import static org.junit.Assume.assumeFalse;
import org.junit.Before; import org.junit.Before;