| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 | 
							- <?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>elab-parent</artifactId>
 
-         <groupId>com.elab.core</groupId>
 
-         <version>2.0.4.12-SNAPSHOT</version>
 
-     </parent>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <artifactId>elab-es</artifactId>
 
-     <dependencies>
 
-         <dependency>
 
-             <artifactId>elab-core</artifactId>
 
-             <groupId>com.elab.core</groupId>
 
-             <version>${project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <artifactId>elab-spring</artifactId>
 
-             <groupId>com.elab.core</groupId>
 
-             <version>${project.version}</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.zxp</groupId>
 
-             <artifactId>esclientrhl</artifactId>
 
-             <version>1.0.0</version>
 
-         </dependency>
 
-         <!--        <dependency>-->
 
-         <!--            <groupId>org.springframework.boot</groupId>-->
 
-         <!--            <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
 
-         <!--            <version>2.1.6.RELEASE</version>-->
 
-         <!--        </dependency>-->
 
-         <!--        <dependency>-->
 
-         <!--            <groupId>org.elasticsearch.client</groupId>-->
 
-         <!--            <artifactId>elasticsearch-rest-client</artifactId>-->
 
-         <!--            <version>6.7.2</version>-->
 
-         <!--        </dependency>-->
 
-         <dependency>
 
-             <groupId>org.elasticsearch.client</groupId>
 
-             <artifactId>elasticsearch-rest-high-level-client</artifactId>
 
-             <version>6.7.2</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-test</artifactId>
 
-             <version>2.1.6.RELEASE</version>
 
-             <scope>test</scope>
 
-         </dependency>
 
-     </dependencies>
 
- </project>
 
 
  |