pom.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <parent>
  5. <groupId>com.ynfy</groupId>
  6. <artifactId>system</artifactId>
  7. <version>3.4.4</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <groupId>com.ynfy</groupId>
  11. <artifactId>system-biz</artifactId>
  12. <dependencies>
  13. <dependency>
  14. <groupId>cn.hutool</groupId>
  15. <artifactId>hutool-all</artifactId>
  16. </dependency>
  17. <dependency>
  18. <groupId>com.ynfy</groupId>
  19. <artifactId>system-local-api</artifactId>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.hibernate</groupId>
  23. <artifactId>hibernate-core</artifactId>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.jeecgframework.boot</groupId>
  27. <artifactId>hibernate-re</artifactId>
  28. </dependency>
  29. <!-- 企业微信/钉钉 api -->
  30. <dependency>
  31. <groupId>org.jeecgframework</groupId>
  32. <artifactId>jeewx-api</artifactId>
  33. </dependency>
  34. <!-- 积木报表 -->
  35. <dependency>
  36. <groupId>org.jeecgframework.jimureport</groupId>
  37. <artifactId>jimureport-spring-boot-starter</artifactId>
  38. </dependency>
  39. <!-- 积木报表 mongo redis 支持包
  40. <dependency>
  41. <groupId>org.jeecgframework.jimureport</groupId>
  42. <artifactId>jimureport-nosql-starter</artifactId>
  43. </dependency>-->
  44. </dependencies>
  45. </project>