|
@@ -2,52 +2,52 @@
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
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>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>examcloud-bridge</artifactId>
|
|
<artifactId>examcloud-bridge</artifactId>
|
|
- <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>${revision}</version>
|
|
|
|
+ <relativePath>../examcloud-parent/pom.xml</relativePath>
|
|
</parent>
|
|
</parent>
|
|
|
|
|
|
- <properties>
|
|
|
|
- <!-- 云平台版本 -->
|
|
|
|
- <examcloud.version>v4.1.0-SNAPSHOT</examcloud.version>
|
|
|
|
- </properties>
|
|
|
|
-
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-web</artifactId>
|
|
<artifactId>examcloud-web</artifactId>
|
|
- <version>${examcloud.version}</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<groupId>cn.com.qmth.examcloud</groupId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
<artifactId>examcloud-support</artifactId>
|
|
- <version>${examcloud.version}</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-core-basic-api-client</artifactId>
|
|
<artifactId>examcloud-core-basic-api-client</artifactId>
|
|
- <version>${examcloud.version}</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-core-examwork-api-client</artifactId>
|
|
<artifactId>examcloud-core-examwork-api-client</artifactId>
|
|
- <version>${examcloud.version}</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<groupId>cn.com.qmth.examcloud.rpc</groupId>
|
|
<artifactId>examcloud-core-oe-admin-api-client</artifactId>
|
|
<artifactId>examcloud-core-oe-admin-api-client</artifactId>
|
|
- <version>${examcloud.version}</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ </plugin>
|
|
|
|
+
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|
|
<artifactId>maven-jar-plugin</artifactId>
|