|
@@ -1,17 +1,17 @@
|
|
<?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>
|
|
- <artifactId>examcloud-core-questions-api</artifactId>
|
|
|
|
|
|
+ <artifactId>examcloud-core-questions-api</artifactId>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud.commons</groupId>
|
|
|
|
- <artifactId>examcloud-commons-web</artifactId>
|
|
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-web</artifactId>
|
|
<version>${examcloud.version}</version>
|
|
<version>${examcloud.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
@@ -19,6 +19,6 @@
|
|
<artifactId>examcloud-question-commons</artifactId>
|
|
<artifactId>examcloud-question-commons</artifactId>
|
|
<version>${examcloud.version}</version>
|
|
<version>${examcloud.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
- </dependencies>
|
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
|
</project>
|
|
</project>
|