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>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.jeecgframework.boot</groupId>
  14. <artifactId>national-motion-system-local-api</artifactId>
  15. </dependency>
  16. <!-- 积木报表 -->
  17. <dependency>
  18. <groupId>org.jeecgframework.jimureport</groupId>
  19. <artifactId>jimureport-spring-boot-starter</artifactId>
  20. </dependency>
  21. <!-- 积木BI -->
  22. <dependency>
  23. <groupId>org.jeecgframework.jimureport</groupId>
  24. <artifactId>jimubi-spring-boot-starter</artifactId>
  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>weixin4j</artifactId>
  38. </dependency>
  39. </dependencies>
  40. </project>