From db6e276f5af392575ab843ea1bbca2ec20b72783 Mon Sep 17 00:00:00 2001 From: jan-vcapgemini Date: Mon, 19 Feb 2024 16:22:58 +0100 Subject: [PATCH] #103: implemented requested changes added dependencyManagement to root pom.xml added owasp version property to root pom.xml renamed security artifact to ide-security --- pom.xml | 11 +++++++++++ security/pom.xml | 12 ++---------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 1d319afb5..530986062 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,19 @@ IDEasy ${revision} + 9.0.9 + + + + org.owasp + dependency-check-core + ${owasp.version} + + + + org.junit.jupiter diff --git a/security/pom.xml b/security/pom.xml index 072218910..70a25f8b1 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -8,26 +8,18 @@ ide dev-SNAPSHOT + + ide-security - org.example - security - - - 17 - 9.0.9 - org.owasp dependency-check-core - ${owasp.version} com.devonfw.tools.IDEasy ide-cli - 2024.02.001-alpha-SNAPSHOT - compile