1 Star 1 Fork 31

xckouy / spider-flow-elasticsearch

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
蔡茂昌 提交于 2021-02-21 19:16 . spider-flow-elasticsearch
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spider-flow</artifactId>
<groupId>org.spiderflow</groupId>
<version>0.5.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spider-flow-elasticsearch</artifactId>
<name>spider-flow-elasticsearch</name>
<dependencies>
<dependency>
<groupId>org.spiderflow</groupId>
<artifactId>spider-flow-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-x-content</artifactId>
<version>6.8.13</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>6.8.13</version>
</dependency>
</dependencies>
</project>
Java
1
https://gitee.com/xckouy/spider-flow-elasticsearch.git
git@gitee.com:xckouy/spider-flow-elasticsearch.git
xckouy
spider-flow-elasticsearch
spider-flow-elasticsearch
master

搜索帮助