更改包的版本
parent
319ea33276
commit
40988fa93b
28
pom.xml
28
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue