wangwei hace 5 años
padre
commit
6f94571f74
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -17,6 +17,11 @@
 			<artifactId>examcloud-ws-starter</artifactId>
 			<version>${examcloud.version}</version>
 		</dependency>
+		<dependency>
+			<groupId>cn.com.qmth.examcloud.rpc</groupId>
+			<artifactId>examcloud-ws-api</artifactId>
+			<version>${examcloud.version}</version>
+		</dependency>
 	</dependencies>
 
 	<build>