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>yunnan-report</artifactId>
  7. <groupId>com.ruoyi</groupId>
  8. <version>3.8.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>yunnan-report-base</artifactId>
  12. <dependencies>
  13. <!--ureport2 依赖
  14. <dependency>
  15. <groupId>com.bstek.ureport</groupId>
  16. <artifactId>ureport2-console</artifactId>
  17. <version>2.2.9</version>
  18. </dependency>
  19. -->
  20. <!-- 通用工具-->
  21. <dependency>
  22. <groupId>com.ruoyi</groupId>
  23. <artifactId>yunnan-report-common</artifactId>
  24. </dependency>
  25. <!-- 积木报表
  26. <dependency>
  27. <groupId>org.jeecgframework.jimureport</groupId>
  28. <artifactId>jimureport-spring-boot-starter</artifactId>
  29. <version>1.5.2</version>
  30. </dependency>
  31. -->
  32. </dependencies>
  33. </project>