|
@ -36,7 +36,7 @@
|
36
|
36
|
<ipu>3.2-SNAPSHOT</ipu>
|
37
|
37
|
<!-- ipu-dependencies3.3-SNAPSHOT起,不再支持springboot1.x,升级为springboot2.1.3-RELEASE -->
|
38
|
38
|
<ipu-rest>3.3-SNAPSHOT</ipu-rest>
|
39
|
|
<org.springframework.boot>2.1.3.RELEASE</org.springframework.boot>
|
|
39
|
<org.springframework.boot>2.3.1.RELEASE</org.springframework.boot>
|
40
|
40
|
<!-- 执行完build镜像后,是否自动push到仓库,如果是,必须配置docker-registry-server -->
|
41
|
41
|
<spring-boot-docker-push>false</spring-boot-docker-push>
|
42
|
42
|
<!-- 拉取镜像的策略,可选的值:ALWAYS, NEVER, IF_NOT_PRESENT -->
|
|
@ -54,7 +54,7 @@
|
54
|
54
|
|
55
|
55
|
<msgframe>1.9.2</msgframe>
|
56
|
56
|
<jms>1.1</jms>
|
57
|
|
<google.plugin>16.0.1</google.plugin>
|
|
57
|
<google.plugin>19.0</google.plugin>
|
58
|
58
|
</properties>
|
59
|
59
|
|
60
|
60
|
<dependencyManagement>
|
|
@ -76,7 +76,8 @@
|
76
|
76
|
<dependency>
|
77
|
77
|
<groupId>org.springframework.cloud</groupId>
|
78
|
78
|
<artifactId>spring-cloud-dependencies</artifactId>
|
79
|
|
<version>Greenwich.RELEASE</version>
|
|
79
|
<!-- <version>Greenwich.RELEASE</version> -->
|
|
80
|
<version>Hoxton.SR8</version>
|
80
|
81
|
<type>pom</type>
|
81
|
82
|
<scope>import</scope>
|
82
|
83
|
</dependency>
|
|
@ -84,7 +85,7 @@
|
84
|
85
|
<dependency>
|
85
|
86
|
<groupId>com.alibaba.cloud</groupId>
|
86
|
87
|
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
|
87
|
|
<version>${org.springframework.boot}</version>
|
|
88
|
<version>2.2.1.RELEASE</version>
|
88
|
89
|
<type>pom</type>
|
89
|
90
|
<scope>import</scope>
|
90
|
91
|
</dependency>
|