更新 template/pom.xml

This commit is contained in:
2024-08-22 17:21:08 +08:00
parent cafd3e500a
commit 5e1775eb61

View File

@@ -98,6 +98,11 @@
<artifactId>mybatis</artifactId> <artifactId>mybatis</artifactId>
<version>3.5.3</version> <version>3.5.3</version>
</dependency> </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
</dependency>
<dependency> <dependency>
<groupId>com.toco</groupId> <groupId>com.toco</groupId>
<artifactId>toco-all</artifactId> <artifactId>toco-all</artifactId>