玛尔挡水温监测系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pom.xml 933B

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>cmc-monitoring</artifactId>
  12. <description>水温监测</description>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.ruoyi</groupId>
  16. <artifactId>ruoyi-common</artifactId>
  17. </dependency>
  18. <!-- lombok -->
  19. <dependency>
  20. <groupId>org.projectlombok</groupId>
  21. <artifactId>lombok</artifactId>
  22. <scope>provided</scope>
  23. </dependency>
  24. </dependencies>
  25. </project>