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, 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>