2019-07-27 23:03:27 +08:00
|
|
|
<?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>cm-cloud</artifactId>
|
|
|
|
<groupId>com.cm</groupId>
|
2019-10-26 15:55:49 +08:00
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
2019-07-27 23:03:27 +08:00
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>cloud-common-plugin</artifactId>
|
2019-10-26 15:55:49 +08:00
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
2019-07-27 23:03:27 +08:00
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.cm</groupId>
|
|
|
|
<artifactId>cloud-common</artifactId>
|
2019-10-26 15:55:49 +08:00
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
2019-07-27 23:03:27 +08:00
|
|
|
</dependency>
|
2020-05-31 15:04:04 +08:00
|
|
|
<!-- sauronsoftware start -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>it.sauronsoftware</groupId>
|
|
|
|
<artifactId>jave</artifactId>
|
|
|
|
</dependency>
|
2020-10-17 16:00:37 +08:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.tobato</groupId>
|
|
|
|
<artifactId>fastdfs-client</artifactId>
|
|
|
|
<version>1.26.5</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>net.oschina.zcx7878</groupId>
|
|
|
|
<artifactId>fastdfs-client-java</artifactId>
|
|
|
|
<version>1.27.0.0</version>
|
|
|
|
</dependency>
|
2020-05-31 15:04:04 +08:00
|
|
|
<!-- sauronsoftware end -->
|
2019-07-27 23:03:27 +08:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|