From 4c916d242e522a618907331da4feb41fa695881b Mon Sep 17 00:00:00 2001 From: Sanket Raut Date: Tue, 10 Sep 2024 08:46:26 +0530 Subject: [PATCH] [chore]: added aspect plugin --- unicorn_properties/PropertyFunctions/pom.xml | 31 ++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/unicorn_properties/PropertyFunctions/pom.xml b/unicorn_properties/PropertyFunctions/pom.xml index 953c9f8..fa313a0 100644 --- a/unicorn_properties/PropertyFunctions/pom.xml +++ b/unicorn_properties/PropertyFunctions/pom.xml @@ -134,6 +134,37 @@ + + dev.aspectj + aspectj-maven-plugin + 1.13.1 + + 17 + 17 + 17 + + + software.amazon.lambda + powertools-tracing + + + software.amazon.lambda + powertools-logging + + + software.amazon.lambda + powertools-metrics + + + + + + + compile + + + + org.apache.maven.plugins maven-compiler-plugin