基于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.

27 lines
908 B

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