Fixed ShutdownHandler (fixed #708)

Change-Id: Icf93f0f8766c505c330bbf168652f567fa40c908
diff --git a/full/pom.xml b/full/pom.xml
index faafe81..66d6448 100644
--- a/full/pom.xml
+++ b/full/pom.xml
@@ -618,6 +618,19 @@
 			<artifactId>hibernate-community-dialects</artifactId>
 			<version>${hibernate.version}</version>
 		</dependency>
+		
+		<!-- Validation -->
+		<dependency>
+		    <groupId>org.hibernate.validator</groupId>
+		    <artifactId>hibernate-validator</artifactId>
+		    <version>8.0.1.Final</version>
+		</dependency>
+		<dependency>
+		    <groupId>org.glassfish</groupId>
+		    <artifactId>jakarta.el</artifactId>
+		    <version>4.0.2</version>
+		    <scope>test</scope>
+		</dependency>
 
 		<!-- servlet -->
 		<dependency>