aboutsummaryrefslogtreecommitdiff
path: root/connector_lib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'connector_lib/pom.xml')
-rw-r--r--connector_lib/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml
index 8ed561f3..a8a88e71 100644
--- a/connector_lib/pom.xml
+++ b/connector_lib/pom.xml
@@ -28,6 +28,14 @@
<artifactId>spring-webmvc</artifactId>
</dependency>
<dependency>
+ <groupId>org.thymeleaf</groupId>
+ <artifactId>thymeleaf-spring5</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.hibernate.validator</groupId>
+ <artifactId>hibernate-validator</artifactId>
+ </dependency>
+ <dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
</dependency>
@@ -37,6 +45,8 @@
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
+
+
<!-- jUnit test dependencies -->
<dependency>