moved exceptions to their own package to avoid clutter in the org.owasp.dependencycheck.analyzer package

Former-commit-id: 26bba207b470459d4ca238145592c2b4e776684a
This commit is contained in:
Jeremy Long
2014-02-02 07:13:53 -05:00
parent 9a8f7ccba8
commit 368d1ad354
19 changed files with 20 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
*/
package org.owasp.dependencycheck.analyzer;
import org.owasp.dependencycheck.analyzer.exception.AnalysisException;
import java.io.File;
import org.junit.After;
import static org.junit.Assert.assertEquals;