pom.xml 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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.boot</groupId>
  6. <artifactId>national-motion-module-system</artifactId>
  7. <version>3.8.1</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>national-motion-system-biz</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.hibernate</groupId>
  14. <artifactId>hibernate-core</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.jeecgframework.boot</groupId>
  18. <artifactId>hibernate-re</artifactId>
  19. </dependency>
  20. <!-- AI大模型管理 -->
  21. <dependency>
  22. <groupId>org.jeecgframework.boot</groupId>
  23. <artifactId>national-motion-module-airag</artifactId>
  24. <version>${jeecgboot.version}</version>
  25. </dependency>
  26. <!-- 企业微信/钉钉 api -->
  27. <dependency>
  28. <groupId>org.jeecgframework</groupId>
  29. <artifactId>weixin4j</artifactId>
  30. </dependency>
  31. <!-- 积木报表 -->
  32. <dependency>
  33. <groupId>org.jeecgframework.jimureport</groupId>
  34. <artifactId>jimureport-spring-boot-starter</artifactId>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.jeecgframework.jimureport</groupId>
  38. <artifactId>jimureport-nosql-starter</artifactId>
  39. </dependency>
  40. <!-- 积木BI -->
  41. <dependency>
  42. <groupId>org.jeecgframework.jimureport</groupId>
  43. <artifactId>jimubi-spring-boot-starter</artifactId>
  44. </dependency>
  45. </dependencies>
  46. </project>