合同小程序后台管理系统后端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

66 lines
1.9 KiB

2 weeks ago
2 weeks ago
2 weeks ago
  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>jeecg-module-system</artifactId>
  7. <version>3.7.2</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>jeecg-system-biz</artifactId>
  11. <dependencies>
  12. <dependency>
  13. <groupId>org.jeecgframework.boot</groupId>
  14. <artifactId>jeecg-system-local-api</artifactId>
  15. </dependency>
  16. <dependency>
  17. <groupId>org.jeecgframework.boot</groupId>
  18. <artifactId>jeecg-module-demo</artifactId>
  19. <version>3.7.2</version>
  20. </dependency>
  21. <dependency>
  22. <groupId>org.jeecgframework.boot</groupId>
  23. <artifactId>jeecg-module-miniapp</artifactId>
  24. <version>3.7.2</version>
  25. </dependency>
  26. <dependency>
  27. <groupId>org.hibernate</groupId>
  28. <artifactId>hibernate-core</artifactId>
  29. </dependency>
  30. <dependency>
  31. <groupId>org.jeecgframework.boot</groupId>
  32. <artifactId>hibernate-re</artifactId>
  33. </dependency>
  34. <!-- 企业微信/钉钉 api -->
  35. <dependency>
  36. <groupId>org.jeecgframework</groupId>
  37. <artifactId>jeewx-api</artifactId>
  38. </dependency>
  39. <!-- 积木报表 -->
  40. <dependency>
  41. <groupId>org.jeecgframework.jimureport</groupId>
  42. <artifactId>jimureport-spring-boot-starter</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>org.jeecgframework.jimureport</groupId>
  46. <artifactId>jimureport-nosql-starter</artifactId>
  47. </dependency>
  48. <!-- 积木BI -->
  49. <dependency>
  50. <groupId>org.jeecgframework.jimureport</groupId>
  51. <artifactId>jimubi-spring-boot-starter</artifactId>
  52. </dependency>
  53. <dependency>
  54. <groupId>org.jeecgframework.boot</groupId>
  55. <artifactId>jeecg-module-miniapp</artifactId>
  56. <version>3.7.2</version>
  57. <scope>compile</scope>
  58. </dependency>
  59. </dependencies>
  60. </project>