shuzheng 9 лет назад
Родитель
Сommit
a7655850a6
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      common/pom.xml

+ 12 - 0
common/pom.xml

@@ -25,6 +25,8 @@
         <mybatis-generator.version>1.3.5</mybatis-generator.version>
         <mybatis-ehcache.version>1.0.0</mybatis-ehcache.version>
         <ehcache.version>2.10.0</ehcache.version>
+
+        <thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
     </properties>
 
     <dependencies>
@@ -164,6 +166,16 @@
             <artifactId>hibernate-validator</artifactId>
             <version>5.2.2.Final</version>
         </dependency>
+        <!-- Thymeleaf -->
+        <dependency>
+            <groupId>org.thymeleaf</groupId>
+            <artifactId>thymeleaf</artifactId>
+            <version>${thymeleaf.version}</version>
+        </dependency><dependency>
+            <groupId>org.thymeleaf</groupId>
+            <artifactId>thymeleaf-spring4</artifactId>
+            <version>${thymeleaf.version}</version>
+        </dependency>
         <!-- servlet -->
         <dependency>
             <groupId>javax.servlet</groupId>