|
|
@ -91,12 +91,15 @@
|
|
|
|
<!-- Project revision -->
|
|
|
|
<!-- Project revision -->
|
|
|
|
<revision>1.10.0-2020.0.5-SNAPSHOT</revision>
|
|
|
|
<revision>1.10.0-2020.0.5-SNAPSHOT</revision>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Cloud -->
|
|
|
|
|
|
|
|
<spring.cloud.version>2020.0.5</spring.cloud.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Framework -->
|
|
|
|
<!-- Spring Framework -->
|
|
|
|
<spring.framework.version>5.3.21</spring.framework.version>
|
|
|
|
<spring.framework.version>5.3.21</spring.framework.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Boot -->
|
|
|
|
|
|
|
|
<spring.boot.version>2.4.13</spring.boot.version>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Cloud -->
|
|
|
|
|
|
|
|
<spring.cloud.version>2020.0.5</spring.cloud.version>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<!-- Maven Plugin Versions -->
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
|
<jacoco.version>0.8.8</jacoco.version>
|
|
|
|
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
|
|
|
|
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
|
|
|
@ -121,20 +124,29 @@
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Cloud Dependencies -->
|
|
|
|
<!-- Spring Framework Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
|
<version>${spring.cloud.version}</version>
|
|
|
|
<version>${spring.framework.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Framework Dependencies -->
|
|
|
|
<!-- Spring Boot Dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-framework-bom</artifactId>
|
|
|
|
<artifactId>spring-boot-dependencies</artifactId>
|
|
|
|
<version>${spring.framework.version}</version>
|
|
|
|
<version>${spring.boot.version}</version>
|
|
|
|
|
|
|
|
<type>pom</type>
|
|
|
|
|
|
|
|
<scope>import</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Spring Cloud Dependencies -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.cloud</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
|
|
|
|
<version>${spring.cloud.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|