调整模块的pom文件

This commit is contained in:
yangjiewei
2025-04-28 16:15:03 +08:00
parent 03225ee88a
commit 586980f0e0
3 changed files with 3 additions and 11 deletions

View File

@ -25,13 +25,13 @@
<dependency>
<groupId>com.geg</groupId>
<artifactId>itc-ms-common-service</artifactId>
<version>${framework.version}</version>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.geg</groupId>
<artifactId>itc-ms-facade-api</artifactId>
<version>${framework.version}</version>
<version>${revision}</version>
</dependency>
<!-- springCloud 整合的openFeign -->