pom.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  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>qhiot-log</artifactId>
  7. <groupId>com.qhiot</groupId>
  8. <version>1.1.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>qhiot-log2es</artifactId>
  12. <dependencies>
  13. <!-- <dependency>-->
  14. <!-- <groupId>com.qhiot</groupId>-->
  15. <!-- <artifactId>common</artifactId>-->
  16. <!-- </dependency>-->
  17. <!-- es日志集成 -->
  18. <dependency>
  19. <groupId>cn.easy-es</groupId>
  20. <artifactId>easy-es-boot-starter</artifactId>
  21. </dependency>
  22. <!-- <dependency>-->
  23. <!-- <groupId>org.elasticsearch.client</groupId>-->
  24. <!-- <artifactId>transport</artifactId>-->
  25. <!-- </dependency>-->
  26. <!-- <dependency>-->
  27. <!-- <groupId>org.elasticsearch.client</groupId>-->
  28. <!-- <artifactId>elasticsearch-rest-high-level-client</artifactId>-->
  29. <!-- <version>7.9.3</version>-->
  30. <!-- </dependency>-->
  31. <!-- 日志-->
  32. <!-- 引入log4j2依赖 -->
  33. <!-- <dependency> -->
  34. <!-- <groupId>org.springframework.boot</groupId>-->
  35. <!-- <artifactId>spring-boot-starter-log4j2</artifactId>-->
  36. <!-- </dependency>-->
  37. <dependency>
  38. <groupId>com.lmax</groupId>
  39. <artifactId>disruptor</artifactId>
  40. </dependency>
  41. <dependency>
  42. <groupId>commons-lang</groupId>
  43. <artifactId>commons-lang</artifactId>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.qhiot</groupId>
  47. <artifactId>qhiot-common-core</artifactId>
  48. </dependency>
  49. </dependencies>
  50. </project>