From 617f6bb8ef0380c9de38b7589fb322f863e66e8c Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 14 Feb 2014 22:09:34 -0500 Subject: [PATCH] removed unused property Former-commit-id: bfde978664333a2fd95175244aa477dde79b7874 --- .../src/main/resources/dependencycheck.properties | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index bf221f15e..b4a09d5d1 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -30,12 +30,6 @@ data.password=DC-Pass1337! data.driver_name=org.h2.Driver data.driver_path= -# The CPE URLs are no longer used as the serialized data is deployed with the JAR. -# 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 -# the path to the cpe meta data file. -#cpe.meta.url=http://static.nvd.nist.gov/feeds/xml/cpe/dictionary/official-cpe-dictionary_v2.2.meta - # the number of days that the modified nvd cve data holds data for. We don't need # to update the other files if we are within this timespan. Per NIST this file # holds 8 days of updates, we are using 7 just to be safe.