Skip to content

Commit

Permalink
[HUDI-4299] Fix problem about hudi-example-java run failed on idea. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Forus0322 committed Jun 23, 2022
1 parent 1bb017d commit 38ff18a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion hudi-examples/hudi-examples-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,22 @@
<artifactId>mockito-junit-jupiter</artifactId>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-hadoop</artifactId>
<version>${parquet.version}</version>
<exclusions>
<exclusion>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.parquet</groupId>
<artifactId>parquet-avro</artifactId>
<version>${parquet.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

0 comments on commit 38ff18a

Please sign in to comment.