玛尔挡水温监测系统
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

12345678910111213141516171819202122232425262728293031
  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. <modelVersion>4.0.0</modelVersion>
  6. <parent>
  7. <groupId>com.ruoyi</groupId>
  8. <artifactId>ruoyi-solon</artifactId>
  9. <version>${ruoyi-solon.version}</version>
  10. </parent>
  11. <artifactId>ruoyi-system</artifactId>
  12. <description>系统模块</description>
  13. <dependencies>
  14. <!-- 通用模块 -->
  15. <dependency>
  16. <groupId>com.ruoyi</groupId>
  17. <artifactId>ruoyi-common</artifactId>
  18. </dependency>
  19. <!-- lombok -->
  20. <dependency>
  21. <groupId>org.projectlombok</groupId>
  22. <artifactId>lombok</artifactId>
  23. <scope>provided</scope>
  24. </dependency>
  25. </dependencies>
  26. </project>