|
@@ -1,63 +1,66 @@
|
|
-<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.task</groupId>
|
|
|
|
- <artifactId>examcloud-task</artifactId>
|
|
|
|
- <version>v4.1.0-SNAPSHOT</version>
|
|
|
|
- </parent>
|
|
|
|
- <artifactId>examcloud-task-service</artifactId>
|
|
|
|
|
|
+<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>
|
|
|
|
+ <artifactId>examcloud-task-service</artifactId>
|
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.task</groupId>
|
|
|
|
- <artifactId>examcloud-task-dao</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-task</artifactId>
|
|
|
|
+ <version>${revision}</version>
|
|
|
|
+ </parent>
|
|
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-basic-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-examwork-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-global-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-oe-student-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-oe-admin-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-oe-task-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-reports-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-marking-api-client</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-task-dao</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-basic-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-examwork-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-global-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-oe-student-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-oe-admin-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-oe-task-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-reports-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-marking-api-client</artifactId>
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-core-questions-api-client</artifactId>
|
|
<artifactId>examcloud-core-questions-api-client</artifactId>
|
|
- <version>${examcloud.version}</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- </dependencies>
|
|
|
|
|
|
+ </dependencies>
|
|
</project>
|
|
</project>
|