1
0

[HUDI-3020] Utility to create manifest file (#5153)

Co-authored-by: joyan <joyan.sil@walmart.com>
This commit is contained in:
codejoyan
2022-03-31 19:52:03 +05:30
committed by GitHub
parent 7889c7852f
commit 51a701cef1
3 changed files with 222 additions and 0 deletions

View File

@@ -104,6 +104,14 @@
<artifactId>junit-platform-commons</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-common</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
<build>