From 55a52ebc929a3ebf2e8dbae450c0c241abf7ff02 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期四, 28 三月 2024 16:31:06 +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