pom.xml 1.3 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. <groupId>com.warst</groupId>
  7. <artifactId>warst-api</artifactId>
  8. <version>3.6.2</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>warst-api-manage</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>com.warst</groupId>
  15. <artifactId>warst-common-core</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.baomidou</groupId>
  19. <artifactId>mybatis-plus-boot-starter</artifactId>
  20. <version>3.4.2</version>
  21. </dependency>
  22. <dependency>
  23. <groupId>com.alibaba</groupId>
  24. <artifactId>easyexcel</artifactId>
  25. <version>2.2.6</version>
  26. <scope>compile</scope>
  27. </dependency>
  28. <dependency>
  29. <groupId>cn.afterturn</groupId>
  30. <artifactId>easypoi-annotation</artifactId>
  31. <version>4.2.0</version>
  32. <scope>compile</scope>
  33. </dependency>
  34. </dependencies>
  35. </project>