Skip to content

Commit 77bed42

Browse files
committed
fix scope
1 parent 79a7425 commit 77bed42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parquet-thrift/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>org.apache.hadoop</groupId>
6969
<artifactId>hadoop-common</artifactId>
70-
<scope>test</scope>
70+
<scope>provided</scope>
7171
</dependency>
7272
<!-- Guava is a dependency of hadoop-common, but scoped to compile. We need to
7373
explicity declare it as a test dependency. -->

0 commit comments

Comments
 (0)