diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-24 15:29:57 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-24 15:29:57 +0800 |
commit | 9378ce46510c1439315921c2e45d3d5708d0ca03 (patch) | |
tree | bdaed6bc47916619d70fea58edb415e48f7f8010 | |
parent | 9b19d379b3f9ea0f1f31202b8c175f8e55fc9b0a (diff) |
Fix the Sonar Findings
Issue-ID: HOLMES-121
Change-Id: Ifac86a2df44db7e7be0bcb5d510cc148344b43d5
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
-rw-r--r-- | rulemgt/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index b70adb5..d9f0e58 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -35,6 +35,11 @@ <version>2.8.9</version> </dependency> <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + <version>5.4.2.Final</version> + </dependency> + <dependency> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> <exclusions> @@ -111,6 +116,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + </exclusion> </exclusions> </dependency> |