summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShiwei Tian <tian.shiwei@zte.com.cn>2018-03-21 16:57:24 +0800
committerShiwei Tian <tian.shiwei@zte.com.cn>2018-03-21 16:57:24 +0800
commit9b19d379b3f9ea0f1f31202b8c175f8e55fc9b0a (patch)
tree4c2aed917ca521d073403b0d99827b672b34c918
parent691b6f10cd543c9258cb3c229ade92a524cbdfcb (diff)
Fix the Sonar Findings
Issue-ID: HOLMES-121 Change-Id: I8b114220e534fe32a6199e63018e80c5754ddb4f Signed-off-by: Shiwei Tian <tian.shiwei@zte.com.cn>
-rw-r--r--rulemgt/pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml
index 90f02ed..b70adb5 100644
--- a/rulemgt/pom.xml
+++ b/rulemgt/pom.xml
@@ -83,11 +83,6 @@
<artifactId>stringtemplate</artifactId>
</dependency>
<dependency>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- <version>5.4.2.Final</version>
- </dependency>
- <dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
@@ -116,10 +111,6 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
- <exclusion>
- <groupId>org.hibernate</groupId>
- <artifactId>hibernate-validator</artifactId>
- </exclusion>
</exclusions>
</dependency>