pom.xml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.5.0</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.hibernate</groupId>
  18. <artifactId>hibernate-core</artifactId>
  19. </dependency>
  20. <dependency>
  21. <groupId>org.jeecgframework.boot</groupId>
  22. <artifactId>hibernate-re</artifactId>
  23. </dependency>
  24. <!-- 企业微信/钉钉 api -->
  25. <dependency>
  26. <groupId>org.jeecgframework</groupId>
  27. <artifactId>jeewx-api</artifactId>
  28. </dependency>
  29. <!-- 积木报表 -->
  30. <dependency>
  31. <groupId>org.jeecgframework.jimureport</groupId>
  32. <artifactId>jimureport-spring-boot-starter</artifactId>
  33. </dependency>
  34. <!-- 积木报表 mongo redis 支持包
  35. <dependency>
  36. <groupId>org.jeecgframework.jimureport</groupId>
  37. <artifactId>jimureport-nosql-starter</artifactId>
  38. </dependency>-->
  39. </dependencies>
  40. </project>