From e82d14c973aa3900382576bda98a3db04e406565 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: ad9849ad0021325f51cc1b6d1368240e3b71bf47 --- .../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