summaryrefslogtreecommitdiffstats
path: root/rulemgt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt/pom.xml')
-rw-r--r--rulemgt/pom.xml9
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>