pom.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.yihu.jw</groupId>
  8. <artifactId>wlyy-lib-parent-pom</artifactId>
  9. <version>2.4.0</version>
  10. <relativePath>../../wlyy-lib-parent-pom/pom.xml</relativePath>
  11. </parent>
  12. <groupId>com.yihu.jw</groupId>
  13. <artifactId>es-service</artifactId>
  14. <version>${project.parent.version}</version>
  15. <dependencies>
  16. <dependency>
  17. <groupId>com.yihu.jw</groupId>
  18. <artifactId>mysql-starter</artifactId>
  19. <version>${version.wlyy-common}</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>com.alibaba</groupId>
  23. <artifactId>fastjson</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>com.yihu.jw</groupId>
  27. <artifactId>common-entity</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>com.yihu.jw</groupId>
  31. <artifactId>common-exception</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>com.yihu.jw</groupId>
  35. <artifactId>common-web</artifactId>
  36. </dependency>
  37. <dependency>
  38. <groupId>com.yihu.jw</groupId>
  39. <artifactId>common-util</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>com.yihu.jw</groupId>
  43. <artifactId>base-service</artifactId>
  44. <version>${version.wlyy-common}</version>
  45. </dependency>
  46. <!--elasticsearch start-->
  47. <dependency>
  48. <groupId>com.yihu.jw</groupId>
  49. <artifactId>elasticsearch-starter</artifactId>
  50. <version>${version.wlyy-common}</version>
  51. </dependency>
  52. <!-- <dependency>-->
  53. <!-- <groupId>org.nlpcn</groupId>-->
  54. <!-- <artifactId>elasticsearch-sql</artifactId>-->
  55. <!-- <version>${version.elasticsearch-sql}</version>-->
  56. <!-- </dependency>-->
  57. <!--elasticsearch start-->
  58. <dependency>
  59. <groupId>commons-collections</groupId>
  60. <artifactId>commons-collections</artifactId>
  61. <version>${version.commons.collections}</version>
  62. </dependency>
  63. <dependency>
  64. <groupId>io.searchbox</groupId>
  65. <artifactId>jest</artifactId>
  66. <version>${version.jest}</version>
  67. </dependency>
  68. <!-- <dependency>-->
  69. <!-- <groupId>org.elasticsearch</groupId>-->
  70. <!-- <artifactId>elasticsearch</artifactId>-->
  71. <!-- <version>${version.elasticsearch}</version>-->
  72. <!-- </dependency>-->
  73. <!-- <dependency>-->
  74. <!-- <groupId>org.elasticsearch.plugin</groupId>-->
  75. <!-- <artifactId>shield</artifactId>-->
  76. <!-- <version>${version.elasticsearch}</version>-->
  77. <!-- </dependency>-->
  78. <!-- poi xml导入导出工具 end -->
  79. </dependencies>
  80. </project>