aboutsummaryrefslogtreecommitdiffstats
path: root/common-parameters/pom.xml
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-06-21 10:39:22 +0100
committerFrancescoFioraEst <francesco.fiora@est.tech>2021-06-22 14:20:26 +0100
commite9d9563417fed07db98a4b18b854cbe4d916c376 (patch)
tree2756972e299dc10f8365d73b3408a7f6a12ebab0 /common-parameters/pom.xml
parent0de684d53b9da8889244ddce49e5110d23d30ba8 (diff)
Move Validators and RestClientParameters in policy-common
Issue-ID: POLICY-3402 Change-Id: I7479027e3ea1e960266264c2d13cd69e2103710b Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'common-parameters/pom.xml')
-rw-r--r--common-parameters/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml
index 342cb984..b8b9354d 100644
--- a/common-parameters/pom.xml
+++ b/common-parameters/pom.xml
@@ -72,5 +72,9 @@
<artifactId>snakeyaml</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.validation</groupId>
+ <artifactId>jakarta.validation-api</artifactId>
+ </dependency>
</dependencies>
</project>