Skip to content

Commit 519707a

Browse files
authored
fix: re-add h2 database driver name (#7115)
1 parent 08d7657 commit 519707a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/src/main/resources/dependencycheck.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ data.password=DC-Pass1337!
4444
# to ensure any and all needed files can be added to the classpath to load the driver.
4545
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
4646
# For MOST situations these properties likely do not need to be set.
47-
# data.driver_name=org.h2.Driver
4847
# data.driver_path=
48+
data.driver_name=org.h2.Driver
4949

5050
# the class name of the write lock shutdown hook
5151
data.writelock.shutdownhook=org.owasp.dependencycheck.utils.WriteLockCleanupHook

core/src/test/resources/dependencycheck.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ data.password=DC-Pass1337!
4040
# to ensure any and all needed files can be added to the classpath to load the driver.
4141
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
4242
# For MOST situations these properties likely do not need to be set.
43-
#data.driver_name=org.h2.Driver
4443
#data.driver_path=
44+
data.driver_name=org.h2.Driver
4545

4646
# the class name of the write lock shutdown hook
4747
data.writelock.shutdownhook=org.owasp.dependencycheck.utils.WriteLockCleanupHook

utils/src/test/resources/dependencycheck.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ data.password=DC-Pass1337!
4040
# to ensure any and all needed files can be added to the classpath to load the driver.
4141
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
4242
# For MOST situations these properties likely do not need to be set.
43+
#data.driver_path=
4344
data.driver_name=org.h2.Driver
44-
data.driver_path=
4545

4646
# the class name of the write lock shutdown hook
4747
data.writelock.shutdownhook=org.owasp.dependencycheck.utils.WriteLockCleanupHook

0 commit comments

Comments
 (0)