zouxuan 5 年之前
父節點
當前提交
cc9b0c5a8e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      mec-student/pom.xml

+ 5 - 0
mec-student/pom.xml

@@ -45,6 +45,11 @@
 			<groupId>mysql</groupId>
 			<artifactId>mysql-connector-java</artifactId>
 		</dependency>
+
+		<dependency>
+			<groupId>com.ym</groupId>
+			<artifactId>mec-biz</artifactId>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>