pom.xml 755 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <dependencies>
  6. <dependency>
  7. <groupId>com.fastbee</groupId>
  8. <artifactId>fastbee-iot-service</artifactId>
  9. </dependency>
  10. </dependencies>
  11. <parent>
  12. <artifactId>fastbee-protocol</artifactId>
  13. <groupId>com.fastbee</groupId>
  14. <version>3.8.5</version>
  15. <relativePath>./fastbee-protocol/pom.xml</relativePath>
  16. </parent>
  17. <artifactId>fastbee-protocol-collect</artifactId>
  18. </project>