Skip to content

Commit f6c2eec

Browse files
committed
Fix
1 parent cebcf37 commit f6c2eec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

parquet-variant/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
</properties>
3737

3838
<dependencies>
39+
<dependency>
40+
<groupId>org.apache.parquet</groupId>
41+
<artifactId>parquet-common</artifactId>
42+
<version>${project.version}</version>
43+
</dependency>
3944
<dependency>
4045
<groupId>org.apache.parquet</groupId>
4146
<artifactId>parquet-column</artifactId>

0 commit comments

Comments
 (0)