pom.xml 636 B

123456789101112131415161718192021
  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. <artifactId>forecast-modbus-tcp</artifactId>
  7. <description>modbus tcp模块</description>
  8. <parent>
  9. <artifactId>agvc</artifactId>
  10. <groupId>cn.oleauto</groupId>
  11. <version>${revision}</version>
  12. </parent>
  13. <dependencies>
  14. <dependency>
  15. </dependency>
  16. </dependencies>
  17. </project>