From d5d31b9096d6e50cdac2069426b19b4507a91237 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期五, 12 四月 2024 13:26:35 +0800 Subject: [PATCH] - --- jcdm-main/pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/jcdm-main/pom.xml b/jcdm-main/pom.xml index e2a3278..ed541ac 100644 --- a/jcdm-main/pom.xml +++ b/jcdm-main/pom.xml @@ -77,6 +77,12 @@ <groupId>com.jcdm</groupId> <artifactId>jcdm-quartz</artifactId> </dependency> + <dependency> + <groupId>org.mybatis</groupId> + <artifactId>mybatis</artifactId> + <version>3.5.13</version> + <scope>compile</scope> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3