zouxuan 5 anni fa
parent
commit
cc9b0c5a8e
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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>