From ddb300bd410f6c9871c3c033e16451f709c2781e Mon Sep 17 00:00:00 2001 From: admin <15939171744@163.com> Date: 星期二, 16 四月 2024 10:09:46 +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