diff options
author | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-20 16:27:16 +0800 |
---|---|---|
committer | Shiwei Tian <tian.shiwei@zte.com.cn> | 2018-03-20 16:27:16 +0800 |
commit | b75e6b8ac4b6039040824cfb5f926e41a0062702 (patch) | |
tree | f7fdead016549154f919f2623955964c532421d3 | |
parent | 9c400d8e561bcf47532039530be34ff419a74df2 (diff) |
Fix the Sonar Findings
Issue-ID: HOLMES-115
Change-Id: I1511767af9ca701ba552cedfb8a1fd43401185c1
Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
-rw-r--r-- | dmaap-dsa/pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dmaap-dsa/pom.xml b/dmaap-dsa/pom.xml index a5d9586..93f1813 100644 --- a/dmaap-dsa/pom.xml +++ b/dmaap-dsa/pom.xml @@ -30,6 +30,11 @@ <dependencies> <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> @@ -93,6 +98,10 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + </exclusion> </exclusions> </dependency> |