File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
5151data.writelock.shutdownhook =org.owasp.dependencycheck.utils.WriteLockCleanupHook
Original file line number Diff line number Diff 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
4747data.writelock.shutdownhook =org.owasp.dependencycheck.utils.WriteLockCleanupHook
Original file line number Diff line number Diff 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=
4344data.driver_name =org.h2.Driver
44- data.driver_path =
4545
4646# the class name of the write lock shutdown hook
4747data.writelock.shutdownhook =org.owasp.dependencycheck.utils.WriteLockCleanupHook
You can’t perform that action at this time.
0 commit comments