diff --git a/template/pom.xml b/template/pom.xml
index 11ddc83..a46edc4 100644
--- a/template/pom.xml
+++ b/template/pom.xml
@@ -375,9 +375,8 @@
org.hibernate
hibernate-core
${hibernate.version}
-
-
- {{- if eq .dbType "dm" }}
+
+ {{- if eq .dbType "dm" }}
dm
DmJdbcDriver
@@ -388,7 +387,8 @@
DmDialect-for-hibernate5.6
${db.hiernate.dialect.version}
- {{- end }}
+ {{- end }}
+
@@ -406,13 +406,11 @@
log4j-core
2.17.0
-
com.baomidou
mybatis-plus-boot-starter
3.5.7
-