基于pigx的分布式架构
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
826 B

11 months ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>com.pig4cloud</groupId>
  7. <artifactId>iec-common</artifactId>
  8. <version>3.8.1-JDK8</version>
  9. </parent>
  10. <artifactId>iec-common-oss</artifactId>
  11. <version>3.8.1-JDK8</version>
  12. <description>pig 文件系统依赖</description>
  13. <dependencies>
  14. <dependency>
  15. <groupId>com.amazonaws</groupId>
  16. <artifactId>aws-java-sdk-s3</artifactId>
  17. </dependency>
  18. <dependency>
  19. <groupId>cn.hutool</groupId>
  20. <artifactId>hutool-core</artifactId>
  21. </dependency>
  22. </dependencies>
  23. </project>