pom.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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-link-modules</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. <!-- es日志集成 -->
  14. <dependency>
  15. <groupId>cn.easy-es</groupId>
  16. <artifactId>easy-es-boot-starter</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>com.lmax</groupId>
  20. <artifactId>disruptor</artifactId>
  21. </dependency>
  22. <dependency>
  23. <groupId>commons-lang</groupId>
  24. <artifactId>commons-lang</artifactId>
  25. </dependency>
  26. <dependency>
  27. <groupId>com.qhiot</groupId>
  28. <artifactId>qhiot-common-core</artifactId>
  29. </dependency>
  30. </dependencies>
  31. </project>