.flattened-pom.xml 852 B

123456789101112131415161718192021222324
  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>pig-common</artifactId>
  8. <version>3.9.0</version>
  9. </parent>
  10. <artifactId>pig-common-oss</artifactId>
  11. <version>3.9.0</version>
  12. <description>pig 文件系统依赖</description>
  13. <dependencies>
  14. <dependency>
  15. <groupId>software.amazon.awssdk</groupId>
  16. <artifactId>s3</artifactId>
  17. <version>${aws.version}</version>
  18. </dependency>
  19. <dependency>
  20. <groupId>cn.hutool</groupId>
  21. <artifactId>hutool-core</artifactId>
  22. </dependency>
  23. </dependencies>
  24. </project>