Added Spring-Autowireing-Annotations to SimpleMapperService
[maven-thymeleaf-skin] / pom.xml
diff --git a/pom.xml b/pom.xml
index ec1fc3a..f3fbdf4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>slf4j-api</artifactId>
     </dependency>
 
+    <!-- Needed for the Spring-Annotations -->
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-webmvc</artifactId>
+      <optional>true</optional>
+    </dependency>
+
 
     <!-- Testing -->
     <dependency>