From 4c9e1aa62fb807ff8d970dd351ab1c1fdca48380 Mon Sep 17 00:00:00 2001 From: Roshan Date: Thu, 6 Aug 2026 12:14:19 -0500 Subject: [PATCH] updated pom.xml - dependancy for pdm added --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index ea9e6ec3..2172e2f4 100644 --- a/pom.xml +++ b/pom.xml @@ -143,4 +143,28 @@ + + + metric + + + + org.apache.maven.plugins + maven-jxr-plugin + 3.6.0 + + + org.apache.maven.plugins + maven-pmd-plugin + 3.28.0 + + + true + true + + + + + +