From ecfbcdf1823dd2073eaf524c5e62177027ad719d Mon Sep 17 00:00:00 2001 From: miryamfoiferCX Date: Thu, 2 Jan 2025 13:30:19 +0200 Subject: [PATCH] remove exclusion of jdom --- checkmarx-ast-teamcity-plugin-server/pom.xml | 2 -- pom.xml | 13 +++++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/checkmarx-ast-teamcity-plugin-server/pom.xml b/checkmarx-ast-teamcity-plugin-server/pom.xml index d2c54d3..0308675 100644 --- a/checkmarx-ast-teamcity-plugin-server/pom.xml +++ b/checkmarx-ast-teamcity-plugin-server/pom.xml @@ -20,7 +20,6 @@ org.jetbrains.teamcity server-api - ${teamcity-version} provided @@ -35,7 +34,6 @@ org.jetbrains.teamcity tests-support - ${teamcity-version} test diff --git a/pom.xml b/pom.xml index f54a7e6..51ccb11 100644 --- a/pom.xml +++ b/pom.xml @@ -57,10 +57,10 @@ org.springframework.security spring-security-crypto - - org.jdom - jdom - + + + + @@ -159,6 +159,11 @@ jdom2 2.0.6.1 + + com.google.guava + guava + 33.4.0-android +