|
@@ -1,21 +1,26 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?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">
|
|
<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>
|
|
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
+ <parent>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-rpc</artifactId>
|
|
<artifactId>examcloud-rpc</artifactId>
|
|
<version>2019-SNAPSHOT</version>
|
|
<version>2019-SNAPSHOT</version>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
- <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
- <artifactId>examcloud-core-questions-api-client</artifactId>
|
|
|
|
- <packaging>jar</packaging>
|
|
|
|
|
|
+ <groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
|
|
+ <artifactId>examcloud-core-questions-api-client</artifactId>
|
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
|
|
+ <dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-core-questions-api</artifactId>
|
|
<artifactId>examcloud-core-questions-api</artifactId>
|
|
<version>${examcloud.version}</version>
|
|
<version>${examcloud.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-web</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
</project>
|
|
</project>
|