From 572a65d661c017ee07cbe6fbd51600a45c3ff3a4 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Thu, 23 Jan 2014 21:02:10 -0500 Subject: [PATCH] added the DRIVER_NAME to default to org.h2.Driver Former-commit-id: 2d9462d8e1b6b01dc53044962463d103234e1d38 --- .../src/main/resources/dependencycheck.properties | 2 +- .../src/test/resources/dependencycheck.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index 70f9f4824..be395f01a 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -27,7 +27,7 @@ data.password=DC-Pass1337! # to ensure any and all needed files can be added to the classpath to load the driver. # For non-JDBC4 drivers in the classpath only the driver_name needs to be set. # For MOST situations these properties likely do not need to be set. -data.driver_name= +data.driver_name=org.h2.Driver data.driver_path= # the path to the cpe xml file diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index e6734a781..ed81348df 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -27,7 +27,7 @@ data.password=DC-Pass1337! # to ensure any and all needed files can be added to the classpath to load the driver. # For non-JDBC4 drivers in the classpath only the driver_name needs to be set. # For MOST situations these properties likely do not need to be set. -data.driver_name= +data.driver_name=org.h2.Driver data.driver_path= # the path to the cpe xml file