diff --git a/pom.xml b/pom.xml
index dec088c..fcede36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,11 @@
${log.version}
+
+ org.owasp
+ dependency-check-maven
+ 6.1.5
+
@@ -63,6 +68,23 @@
8
+
+ org.owasp
+ dependency-check-maven
+ 6.1.5
+
+
+
+ check
+
+
+
+
+ ALL
+ false
+ true
+
+
diff --git a/sonar.cmd b/sonar.cmd
index f96af49..3a7233f 100644
--- a/sonar.cmd
+++ b/sonar.cmd
@@ -1,3 +1,4 @@
+mvn clean compile dependency-check:check
mvn sonar:sonar ^
-Dsonar.projectKey=sydapi-sge-datebase ^
-Dsonar.host.url=http://172.16.17.236:9000 ^