pom.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  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>ruoyi</artifactId>
  7. <groupId>com.ruoyi</groupId>
  8. <version>3.8.5</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>znyun-mod-primary</artifactId>
  12. <description>普通功能模块</description>
  13. <dependencies>
  14. <!-- 若依通用工具-->
  15. <dependency>
  16. <groupId>com.ruoyi</groupId>
  17. <artifactId>ruoyi-common</artifactId>
  18. </dependency>
  19. <!-- 核心模块-->
  20. <dependency>
  21. <groupId>com.ruoyi</groupId>
  22. <artifactId>ruoyi-framework</artifactId>
  23. </dependency>
  24. <!-- 通用工具 -->
  25. <dependency>
  26. <groupId>com.ruoyi</groupId>
  27. <artifactId>znyun-mod-common</artifactId>
  28. </dependency>
  29. </dependencies>
  30. </project>