pom.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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>tfis</artifactId>
  7. <groupId>com.tfis</groupId>
  8. <version>1.0.0</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>tfis-system</artifactId>
  12. <description>
  13. system系统模块
  14. </description>
  15. <dependencies>
  16. <dependency>
  17. <groupId>org.elasticsearch.client</groupId>
  18. <artifactId>elasticsearch-rest-client</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.elasticsearch</groupId>
  22. <artifactId>elasticsearch</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>org.dromara.easy-es</groupId>
  26. <artifactId>easy-es-boot-starter</artifactId>
  27. </dependency>
  28. <!-- 通用工具-->
  29. <dependency>
  30. <groupId>com.tfis</groupId>
  31. <artifactId>tfis-common</artifactId>
  32. </dependency>
  33. </dependencies>
  34. </project>