123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <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>
-
-
-
- <groupId>com.usky</groupId>
-
-
-
- <artifactId>uskycloud</artifactId>
-
-
-
- <version>0.0.1</version>
-
-
-
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <artifactId>usky-data</artifactId>
- <packaging>pom</packaging>
- <description>usky-data</description>
-
-
-
- <modules>
-
- <module>usky-module-demo</module>
-
- <module>data-writer-mysql</module>
- <module>data-tsdb-proxy</module>
- <module>data-transfer</module>
- <module>data-protocol-http</module>
- <module>data-gateway</module>
- </modules>
-
-
-
- <dependencies>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- </dependency>
-
-
-
- </dependencies>
-
- </project>
|