pom.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <artifactId>zhbsq-service</artifactId>
  7. <groupId>com.hjy</groupId>
  8. <version>3.8.3</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>zhbsq-modlue</artifactId>
  12. <description>业务功能模块</description>
  13. <dependencies>
  14. <!-- 通用工具-->
  15. <dependency>
  16. <groupId>com.hjy</groupId>
  17. <artifactId>zhbsq-common</artifactId>
  18. </dependency>
  19. <!-- 扩展功能 -->
  20. <dependency>
  21. <groupId>com.hjy</groupId>
  22. <artifactId>zhbsq-extend</artifactId>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.hjy</groupId>
  26. <artifactId>zhbsq-system</artifactId>
  27. </dependency>
  28. </dependencies>
  29. </project>