<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>newfiber-termites</artifactId> <groupId>com.newfiber</groupId> <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> <description> newfiber-termites-dataup 数据上传模块 </description> <artifactId>newfiber-termites-dataup</artifactId> <dependencies> <dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-mqtt</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-mongodb</artifactId> </dependency> <dependency> <groupId>com.qcloud</groupId> <artifactId>cos_api</artifactId> <version>5.6.213</version> </dependency> </dependencies> </project>