pom.xml 1.6 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>jeecg-boot-parent</artifactId>
  7. <groupId>org.jeecgframework.boot</groupId>
  8. <version>3.4.3</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>module_kzks</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>org.jeecgframework.boot</groupId>
  15. <artifactId>jeecg-system-local-api</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>org.hibernate</groupId>
  19. <artifactId>hibernate-core</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.jeecgframework.boot</groupId>
  23. <artifactId>hibernate-re</artifactId>
  24. </dependency>
  25. <!-- 企业微信/钉钉 api -->
  26. <dependency>
  27. <groupId>org.jeecgframework</groupId>
  28. <artifactId>jeewx-api</artifactId>
  29. </dependency>
  30. <!-- 积木报表 -->
  31. <dependency>
  32. <groupId>org.jeecgframework.jimureport</groupId>
  33. <artifactId>jimureport-spring-boot-starter</artifactId>
  34. </dependency>
  35. <!-- 积木报表 mongo redis 支持包
  36. <dependency>
  37. <groupId>org.jeecgframework.jimureport</groupId>
  38. <artifactId>jimureport-nosql-starter</artifactId>
  39. </dependency>-->
  40. </dependencies>
  41. </project>