|
@@ -5,13 +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>
|
|
</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>
|
|
@@ -19,15 +19,7 @@
|
|
<java.version>1.8</java.version>
|
|
<java.version>1.8</java.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
- <dependencies>
|
|
|
|
-
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
- <artifactId>examcloud-parent</artifactId>
|
|
|
|
- <version>v4.1.0-SNAPSHOT</version>
|
|
|
|
- <type>pom</type>
|
|
|
|
- </dependency>
|
|
|
|
-
|
|
|
|
|
|
+ <dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
@@ -103,19 +95,6 @@
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
-
|
|
|
|
- <repositories>
|
|
|
|
- <repository>
|
|
|
|
- <id>central</id>
|
|
|
|
- <name>Nexus</name>
|
|
|
|
- <url>http://192.168.10.201:8081/repository/maven-public/</url>
|
|
|
|
- <releases><enabled>true</enabled></releases>
|
|
|
|
- <snapshots><enabled>true</enabled></snapshots>
|
|
|
|
- </repository>
|
|
|
|
- </repositories>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
<plugin>
|
|
<plugin>
|