From 2c19cc3dff46ec865fa7d20e6aa9fda043ea36e2 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 3 Jan 2014 14:06:14 -0500 Subject: [PATCH] removed unused properties Former-commit-id: 4662d7c84968e036a3bacbc377337b9b63bf68e4 --- .../src/test/resources/dependencycheck.properties | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index 57ffff8cb..83afeb1d4 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -7,11 +7,6 @@ autoupdate=true # the path to the data directory data.directory=data -# the path to the lucene index to store the cpe data -data.cpe=cpe -# the path to the h2 database to store the nvd cve data -data.cve=cve - # the path to the cpe xml file cpe.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.xml.gz