upgrade to lucene 4.0

Former-commit-id: 97ae6c47d6498fea873202dae257a2dfab0b683f
This commit is contained in:
Jeremy Long
2012-12-16 21:26:30 -05:00
parent 0027e75a45
commit 36ecf7c7fd
12 changed files with 62 additions and 82 deletions

View File

@@ -10,7 +10,7 @@ import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.apache.lucene.index.CorruptIndexException;
import org.apache.lucene.queryParser.ParseException;
import org.apache.lucene.queryparser.classic.ParseException;
import org.codesecure.dependencycheck.dependency.Dependency;
import org.codesecure.dependencycheck.analyzer.JarAnalyzer;
import org.junit.Test;