mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
!1202 增加jte模板引擎
* feat(jte): add jte: Java Template Engine * feat(jte): add jte: Java Template Engine * feat(jte): add jte: Java Template Engine * feat(jte): add jte: Java Template Engine
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
<freemarker.version>2.3.32</freemarker.version>
|
||||
<enjoy.version>5.1.3</enjoy.version>
|
||||
<thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
|
||||
<jte.version>3.1.9</jte.version>
|
||||
<mail.version>1.6.2</mail.version>
|
||||
<jsch.version>0.1.55</jsch.version>
|
||||
<sshj.version>0.38.0</sshj.version>
|
||||
@@ -144,6 +145,13 @@
|
||||
</exclusions>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>gg.jte</groupId>
|
||||
<artifactId>jte</artifactId>
|
||||
<version>${jte.version}</version>
|
||||
<scope>compile</scope>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.febit.wit</groupId>
|
||||
<artifactId>wit-core</artifactId>
|
||||
|
Reference in New Issue
Block a user