添加商品依赖
parent
2ced10fea6
commit
8e20520e40
14
pom.xml
14
pom.xml
|
@ -302,6 +302,20 @@
|
|||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 商品搜索公共依赖 -->
|
||||
<dependency>
|
||||
<groupId>com.bawei</groupId>
|
||||
<artifactId>bawei-mall-merchant-common</artifactId>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 商品搜索远程调用依赖 -->
|
||||
<dependency>
|
||||
<groupId>com.bawei</groupId>
|
||||
<artifactId>bawei-mall-merchant-remote</artifactId>
|
||||
<version>3.6.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- ES官网 驱动包 -->
|
||||
<dependency>
|
||||
<groupId>org.elasticsearch.client</groupId>
|
||||
|
|
Loading…
Reference in New Issue