diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index e9858122e..1f2412eb7 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -594,8 +594,16 @@ along with Dependency-Check. If not, see . - data.directory - ${project.build.directory}/data + data.driver_path + ${basedir}/${driver_path} + + + data.driver_name + ${driver_name} + + + data.connection_string + ${connection_string}