|
@@ -1,34 +1,32 @@
|
|
-<?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">
|
|
|
|
- <modelVersion>4.0.0</modelVersion>
|
|
|
|
- <parent>
|
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
- <artifactId>examcloud-parent</artifactId>
|
|
|
|
- <version>2020</version>
|
|
|
|
- </parent>
|
|
|
|
- <artifactId>examcloud-config-center-starter</artifactId>
|
|
|
|
- <version>2020-SNAPSHOT</version>
|
|
|
|
- <packaging>jar</packaging>
|
|
|
|
-
|
|
|
|
- <dependencies>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
- <artifactId>examcloud-web</artifactId>
|
|
|
|
- <version>${examcloud.version}</version>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.springframework.cloud</groupId>
|
|
|
|
- <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
- <dependency>
|
|
|
|
- <groupId>org.jline</groupId>
|
|
|
|
- <artifactId>jline</artifactId>
|
|
|
|
- <version>3.12.1</version>
|
|
|
|
- </dependency>
|
|
|
|
- </dependencies>
|
|
|
|
-
|
|
|
|
-</project>
|
|
|
|
|
|
+<?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">
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-parent</artifactId>
|
|
|
|
+ <version>2019</version>
|
|
|
|
+ </parent>
|
|
|
|
+ <artifactId>examcloud-config-center-starter</artifactId>
|
|
|
|
+ <version>2019-SNAPSHOT</version>
|
|
|
|
+ <packaging>jar</packaging>
|
|
|
|
+
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.qmth.examcloud</groupId>
|
|
|
|
+ <artifactId>examcloud-web</artifactId>
|
|
|
|
+ <version>${examcloud.version}</version>
|
|
|
|
+ <exclusions>
|
|
|
|
+ <exclusion>
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
+ <artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
|
|
|
|
+ </exclusion>
|
|
|
|
+ </exclusions>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jline</groupId>
|
|
|
|
+ <artifactId>jline</artifactId>
|
|
|
|
+ <version>3.12.1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+
|
|
|
|
+</project>
|