|
@@ -5,14 +5,13 @@
|
|
<artifactId>examcloud-app-api</artifactId>
|
|
<artifactId>examcloud-app-api</artifactId>
|
|
<version>v4.1.0-SNAPSHOT</version>
|
|
<version>v4.1.0-SNAPSHOT</version>
|
|
<packaging>jar</packaging>
|
|
<packaging>jar</packaging>
|
|
-
|
|
|
|
|
|
+<!--
|
|
<parent>
|
|
<parent>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-parent</artifactId>
|
|
<artifactId>examcloud-parent</artifactId>
|
|
<version>v4.1.0-SNAPSHOT</version>
|
|
<version>v4.1.0-SNAPSHOT</version>
|
|
- <type>pom</type>
|
|
|
|
</parent>
|
|
</parent>
|
|
-
|
|
|
|
|
|
+-->
|
|
<properties>
|
|
<properties>
|
|
<examcloud.version>v4.1.0-SNAPSHOT</examcloud.version>
|
|
<examcloud.version>v4.1.0-SNAPSHOT</examcloud.version>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -21,6 +20,14 @@
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-parent</artifactId>
|
|
|
|
+ <version>v4.1.0-SNAPSHOT</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
<artifactId>examcloud-support</artifactId>
|