pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>supervision</artifactId>
  7. <groupId>com.supervision</groupId>
  8. <version>3.8.2</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>supervision-system</artifactId>
  12. <description>system系统模块</description>
  13. <dependencies>
  14. <!-- 通用工具-->
  15. <dependency>
  16. <groupId>com.supervision</groupId>
  17. <artifactId>supervision-common</artifactId>
  18. </dependency>
  19. <dependency>
  20. <groupId>com.supervision</groupId>
  21. <artifactId>supervision-common</artifactId>
  22. </dependency>
  23. <dependency>
  24. <groupId>com.alibaba</groupId>
  25. <artifactId>easyexcel</artifactId>
  26. <version>3.1.1</version>
  27. </dependency>
  28. <!--hutool工具包-->
  29. <dependency>
  30. <groupId>cn.hutool</groupId>
  31. <artifactId>hutool-all</artifactId>
  32. <version>5.8.5</version>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.projectlombok</groupId>
  36. <artifactId>lombok</artifactId>
  37. <scope>provided</scope>
  38. </dependency>
  39. </dependencies>
  40. </project>