From 226b2482b12dded6a2cf4bac85945e538f399086 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 19 Jul 2014 07:36:16 -0400 Subject: [PATCH] added data.file_name and data.version Former-commit-id: 6f33c306170f96f344bb85aa7820cc94cd4d5eeb --- .../src/test/resources/dependencycheck.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dependency-check-utils/src/test/resources/dependencycheck.properties b/dependency-check-utils/src/test/resources/dependencycheck.properties index 70e0d45ab..8ed80a630 100644 --- a/dependency-check-utils/src/test/resources/dependencycheck.properties +++ b/dependency-check-utils/src/test/resources/dependencycheck.properties @@ -13,6 +13,8 @@ max.download.threads=3 # will not be used. The data.directory will be resolved and if the connection string # below contains a %s then the data.directory will replace the %s. data.directory=[JAR]/data +data.file_name=cve.%s.h2.db +data.version=2.9 data.connection_string=jdbc:h2:file:%s;FILE_LOCK=SERIALIZED;AUTOCOMMIT=ON; #data.connection_string=jdbc:h2:file:%s;AUTO_SERVER=TRUE;AUTOCOMMIT=ON; #data.connection_string=jdbc:mysql://localhost:3306/dependencycheck