|
@@ -1,55 +1,57 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
- <parent>
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
- <artifactId>examcloud-parent</artifactId>
|
|
|
- <version>v3.0-RELEASE</version>
|
|
|
- </parent>
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
- <artifactId>examcloud-rpc</artifactId>
|
|
|
- <version>v3.0-RELEASE</version>
|
|
|
- <packaging>pom</packaging>
|
|
|
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
+ <artifactId>examcloud-rpc</artifactId>
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
|
+ <packaging>pom</packaging>
|
|
|
|
|
|
- <modules>
|
|
|
- <module>examcloud-core-basic-api</module>
|
|
|
- <module>examcloud-core-basic-api-client</module>
|
|
|
+ <parent>
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
+ <artifactId>examcloud-parent</artifactId>
|
|
|
+ <version>v4.0.1-RELEASE</version>
|
|
|
+ </parent>
|
|
|
|
|
|
- <module>examcloud-core-examwork-api</module>
|
|
|
- <module>examcloud-core-examwork-api-client</module>
|
|
|
+ <modules>
|
|
|
+ <module>examcloud-core-basic-api</module>
|
|
|
+ <module>examcloud-core-basic-api-client</module>
|
|
|
|
|
|
- <module>examcloud-exchange-inner-api</module>
|
|
|
- <module>examcloud-exchange-inner-api-client</module>
|
|
|
+ <module>examcloud-core-examwork-api</module>
|
|
|
+ <module>examcloud-core-examwork-api-client</module>
|
|
|
|
|
|
- <module>examcloud-task-api</module>
|
|
|
- <module>examcloud-task-api-client</module>
|
|
|
+ <module>examcloud-exchange-inner-api</module>
|
|
|
+ <module>examcloud-exchange-inner-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-oe-admin-api</module>
|
|
|
- <module>examcloud-core-oe-admin-api-client</module>
|
|
|
+ <module>examcloud-task-api</module>
|
|
|
+ <module>examcloud-task-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-questions-api</module>
|
|
|
- <module>examcloud-core-questions-api-client</module>
|
|
|
+ <module>examcloud-core-oe-admin-api</module>
|
|
|
+ <module>examcloud-core-oe-admin-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-oe-task-api</module>
|
|
|
- <module>examcloud-core-oe-task-api-client</module>
|
|
|
+ <module>examcloud-core-questions-api</module>
|
|
|
+ <module>examcloud-core-questions-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-oe-student-api</module>
|
|
|
- <module>examcloud-core-oe-student-api-client</module>
|
|
|
+ <module>examcloud-core-oe-task-api</module>
|
|
|
+ <module>examcloud-core-oe-task-api-client</module>
|
|
|
|
|
|
- <module>examcloud-ws-api</module>
|
|
|
- <module>examcloud-ws-api-client</module>
|
|
|
+ <module>examcloud-core-oe-student-api</module>
|
|
|
+ <module>examcloud-core-oe-student-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-marking-api</module>
|
|
|
- <module>examcloud-core-marking-api-client</module>
|
|
|
+ <module>examcloud-ws-api</module>
|
|
|
+ <module>examcloud-ws-api-client</module>
|
|
|
|
|
|
- <module>examcloud-global-api</module>
|
|
|
- <module>examcloud-global-api-client</module>
|
|
|
+ <module>examcloud-core-marking-api</module>
|
|
|
+ <module>examcloud-core-marking-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-print-api</module>
|
|
|
- <module>examcloud-core-print-api-client</module>
|
|
|
+ <module>examcloud-global-api</module>
|
|
|
+ <module>examcloud-global-api-client</module>
|
|
|
|
|
|
- <module>examcloud-core-reports-api</module>
|
|
|
- <module>examcloud-core-reports-api-client</module>
|
|
|
- </modules>
|
|
|
+ <module>examcloud-core-print-api</module>
|
|
|
+ <module>examcloud-core-print-api-client</module>
|
|
|
+
|
|
|
+ <module>examcloud-core-reports-api</module>
|
|
|
+ <module>examcloud-core-reports-api-client</module>
|
|
|
+ </modules>
|
|
|
|
|
|
</project>
|