Переглянути джерело

Merge branch 'master' of http://git.dayaedu.com/yonge/edu-saas

zouxuan 5 роки тому
батько
коміт
56108c346e

+ 5 - 0
edu-auth/edu-auth-server/pom.xml

@@ -74,6 +74,11 @@
 
 		<dependency>
 			<groupId>com.keao.edu</groupId>
+			<artifactId>edu-user-client-api</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>com.keao.edu</groupId>
 			<artifactId>edu-im-api</artifactId>
 		</dependency>
 

+ 1 - 0
edu-im/edu-im-server/pom.xml

@@ -62,6 +62,7 @@
 			<groupId>com.keao.edu</groupId>
 			<artifactId>edu-common</artifactId>
 		</dependency>
+		
 		<dependency>
 			<groupId>com.keao.edu</groupId>
 			<artifactId>edu-auth-api</artifactId>

+ 1 - 0
edu-task/pom.xml

@@ -62,6 +62,7 @@
 			<groupId>com.keao.edu</groupId>
 			<artifactId>edu-common</artifactId>
 		</dependency>
+		
 		<dependency>
 			<groupId>com.keao.edu</groupId>
 			<artifactId>edu-user-client-api</artifactId>

+ 2 - 0
edu-user/pom.xml

@@ -18,5 +18,7 @@
 <modules>  <module>edu-user-client-api</module>
     <module>edu-user-server</module>
     <module>edu-user-biz</module>
+    <module>edu-student-server</module>
+    <module>edu-teacher-server</module>
   </modules>
 </project>