zouxuan 5 years ago
parent
commit
cc9b0c5a8e
1 changed files with 5 additions and 0 deletions
  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>