pom.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>elab-parent</artifactId>
  7. <groupId>com.elab.core</groupId>
  8. <version>2.0.4.12-SNAPSHOT</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>elab-es</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <artifactId>elab-core</artifactId>
  15. <groupId>com.elab.core</groupId>
  16. <version>${project.version}</version>
  17. </dependency>
  18. <dependency>
  19. <artifactId>elab-spring</artifactId>
  20. <groupId>com.elab.core</groupId>
  21. <version>${project.version}</version>
  22. </dependency>
  23. <dependency>
  24. <groupId>org.zxp</groupId>
  25. <artifactId>esclientrhl</artifactId>
  26. <version>1.0.0</version>
  27. </dependency>
  28. <!-- <dependency>-->
  29. <!-- <groupId>org.springframework.boot</groupId>-->
  30. <!-- <artifactId>spring-boot-starter-data-elasticsearch</artifactId>-->
  31. <!-- <version>2.1.6.RELEASE</version>-->
  32. <!-- </dependency>-->
  33. <!-- <dependency>-->
  34. <!-- <groupId>org.elasticsearch.client</groupId>-->
  35. <!-- <artifactId>elasticsearch-rest-client</artifactId>-->
  36. <!-- <version>6.7.2</version>-->
  37. <!-- </dependency>-->
  38. <dependency>
  39. <groupId>org.elasticsearch.client</groupId>
  40. <artifactId>elasticsearch-rest-high-level-client</artifactId>
  41. <version>6.7.2</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-test</artifactId>
  46. <version>2.1.6.RELEASE</version>
  47. <scope>test</scope>
  48. </dependency>
  49. </dependencies>
  50. </project>