aboutsummaryrefslogtreecommitdiffstats
path: root/integration/pom.xml
diff options
context:
space:
mode:
authorFrancescoFioraEst <francesco.fiora@est.tech>2021-06-22 09:09:22 +0100
committerFrancesco Fiora <francesco.fiora@est.tech>2021-06-22 08:10:56 +0000
commitf180c6341aef20de717dda58b555b3df6bf72b33 (patch)
tree4db58e006c07bb8cad6b7ed7047478818cde56cd /integration/pom.xml
parent66b19bae2d3a06a373297ae8896fc31ecd9f2590 (diff)
Adding dependencies from clamp participants to parent/integration
Issue-ID: POLICY-3308 Change-Id: I457bf935675638621f56c44899699d691899837a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'integration/pom.xml')
-rw-r--r--integration/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 864dee26..944dab72 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -55,6 +55,7 @@
<version.mockserver>5.11.2</version.mockserver>
<version.immutable>2.8.8</version.immutable>
<version.springfox>3.0.0</version.springfox>
+ <version.jakarta-api>2.0.2</version.jakarta-api>
<jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm>
</properties>
@@ -68,6 +69,11 @@
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>jakarta.validation</groupId>
+ <artifactId>jakarta.validation-api</artifactId>
+ <version>${version.jakarta-api}</version>
+ </dependency>
<!-- Jackson - needed by glassfish jersey -->
<dependency>