更改包的版本

master
陈大帅哥 2023-09-24 21:27:34 +08:00
parent 319ea33276
commit 40988fa93b
1 changed files with 28 additions and 0 deletions

28
pom.xml
View File

@ -288,6 +288,34 @@
<version>3.6.0</version>
</dependency>
<!-- 商品搜索公共依赖 -->
<dependency>
<groupId>com.bawei</groupId>
<artifactId>bawei-mall-search-common</artifactId>
<version>3.6.0</version>
</dependency>
<!-- 商品搜索远程调用依赖 -->
<dependency>
<groupId>com.bawei</groupId>
<artifactId>bawei-mall-search-remote</artifactId>
<version>3.6.0</version>
</dependency>
<!-- 商品搜索公共依赖 -->
<dependency>
<groupId>com.bawei</groupId>
<artifactId>bawei-mall-merchant-common</artifactId>
<version>1.0.0</version>
</dependency>
<!-- 商品搜索远程调用依赖 -->
<dependency>
<groupId>com.bawei</groupId>
<artifactId>bawei-mall-merchant-remote</artifactId>
<version>1.0.0</version>
</dependency>
<!-- ES官网 驱动包 -->
<dependency>