pom.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>org.jeecgframework.boot3</groupId>
  6. <artifactId>jeecg-module-system</artifactId>
  7. <version>3.9.1</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>jeecg-system-biz</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.jeecgframework.boot3</groupId>
  14. <artifactId>jeecg-system-local-api</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.hibernate</groupId>
  18. <artifactId>hibernate-core</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.jeecgframework.boot3</groupId>
  22. <artifactId>hibernate-re</artifactId>
  23. </dependency>
  24. <!-- AI大模型管理-->
  25. <dependency>
  26. <groupId>org.jeecgframework.boot3</groupId>
  27. <artifactId>jeecg-boot-module-airag</artifactId>
  28. <version>${jeecgboot.version}</version>
  29. </dependency>
  30. <!-- 企业微信/钉钉 api -->
  31. <dependency>
  32. <groupId>org.jeecgframework</groupId>
  33. <artifactId>weixin4j</artifactId>
  34. </dependency>
  35. <!-- 积木报表 -->
  36. <dependency>
  37. <groupId>org.jeecgframework.jimureport</groupId>
  38. <artifactId>jimureport-spring-boot3-starter</artifactId>
  39. </dependency>
  40. <!-- 积木报表 csv excel ES JSON mongodbSQL redis支持包
  41. <dependency>
  42. <groupId>org.jeecgframework.jimureport</groupId>
  43. <artifactId>jimureport-nosql-starter</artifactId>
  44. </dependency>-->
  45. <!-- 后台导出接口Echart图表支持包,按需引入
  46. <dependency>
  47. <groupId>org.jeecgframework.jimureport</groupId>
  48. <artifactId>jimureport-echarts-starter</artifactId>
  49. </dependency>-->
  50. <!-- 积木BI -->
  51. <dependency>
  52. <groupId>org.jeecgframework.jimureport</groupId>
  53. <artifactId>jimubi-spring-boot3-starter</artifactId>
  54. </dependency>
  55. <!-- AI大模型管理 -->
  56. <dependency>
  57. <groupId>org.jeecgframework.boot3</groupId>
  58. <artifactId>jeecg-boot-module-airag</artifactId>
  59. <version>${jeecgboot.version}</version>
  60. </dependency>
  61. </dependencies>
  62. </project>