From 9378ce46510c1439315921c2e45d3d5708d0ca03 Mon Sep 17 00:00:00 2001 From: Shiwei Tian Date: Sat, 24 Mar 2018 15:29:57 +0800 Subject: [PATCH] Fix the Sonar Findings Issue-ID: HOLMES-121 Change-Id: Ifac86a2df44db7e7be0bcb5d510cc148344b43d5 Signed-off-by: Shiwei Tian --- rulemgt/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index b70adb5..d9f0e58 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -34,6 +34,11 @@ jackson-databind 2.8.9 + + org.hibernate + hibernate-validator + 5.4.2.Final + org.onap.msb.java-sdk msb-java-sdk @@ -111,6 +116,10 @@ com.fasterxml.jackson.core jackson-core + + org.hibernate + hibernate-validator + -- 2.16.6