修改依赖版本号;
This commit is contained in:
parent
14b496f2f6
commit
68f95a111c
|
|
@ -48,7 +48,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
<artifactId>velocity-engine-core</artifactId>
|
||||
<version>2.1</version>
|
||||
<version>2.3</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -52,6 +52,8 @@
|
|||
<rocketmq.spring.boot.starter.version>2.2.0</rocketmq.spring.boot.starter.version>
|
||||
<aliyun-openservices-ons-client.version>1.8.8.1.Final</aliyun-openservices-ons-client.version>
|
||||
|
||||
<mysql.version>8.0.28</mysql.version> <!-- 覆写 spring-boot-dependencies 的依赖版本号 -->
|
||||
|
||||
</properties>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue