|
@@ -4,13 +4,13 @@
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-app-api</artifactId>
|
|
<artifactId>examcloud-app-api</artifactId>
|
|
- <version>1.0</version>
|
|
|
|
|
|
+ <version>2.0-SNAPSHOT</version>
|
|
<packaging>war</packaging>
|
|
<packaging>war</packaging>
|
|
|
|
|
|
<parent>
|
|
<parent>
|
|
- <!--<groupId>cn.com.qmth.examcloud</groupId>-->
|
|
|
|
- <!--<artifactId>examcloud-parent</artifactId>-->
|
|
|
|
- <!--<version>2.0-SNAPSHOT</version>-->
|
|
|
|
|
|
+ <!--<groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-parent</artifactId>
|
|
|
|
+ <version>2.0-SNAPSHOT</version>-->
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
<version>1.5.14.RELEASE</version>
|
|
<version>1.5.14.RELEASE</version>
|
|
@@ -23,25 +23,32 @@
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<repositories>
|
|
<repositories>
|
|
- <!--<repository>
|
|
|
|
- <id>aliyun-public</id>
|
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
- </repository>-->
|
|
|
|
|
|
+ <repository>
|
|
|
|
+ <id>qmth-public</id>
|
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-public/</url>
|
|
|
|
+ </repository>
|
|
<repository>
|
|
<repository>
|
|
<id>central-repository</id>
|
|
<id>central-repository</id>
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
</repository>
|
|
</repository>
|
|
</repositories>
|
|
</repositories>
|
|
<pluginRepositories>
|
|
<pluginRepositories>
|
|
- <!--<pluginRepository>
|
|
|
|
- <id>aliyun-public</id>
|
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public/</url>
|
|
|
|
- </pluginRepository>-->
|
|
|
|
|
|
+ <pluginRepository>
|
|
|
|
+ <id>qmth-public</id>
|
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-public/</url>
|
|
|
|
+ </pluginRepository>
|
|
<pluginRepository>
|
|
<pluginRepository>
|
|
<id>central-repository</id>
|
|
<id>central-repository</id>
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
<url>https://repo.maven.apache.org/maven2</url>
|
|
</pluginRepository>
|
|
</pluginRepository>
|
|
</pluginRepositories>
|
|
</pluginRepositories>
|
|
|
|
+ <distributionManagement>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>qmth-snapshots</id>
|
|
|
|
+ <name>Snapshots Repository</name>
|
|
|
|
+ <url>http://192.168.10.30:8081/repository/maven-snapshots/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </distributionManagement>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|