Skip to content

Commit

Permalink
PARQUET-1606: Fix invalid tests scope (apache#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored and nandorKollar committed Jul 23, 2019
1 parent 54d3703 commit 14958d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet-arrow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<artifactId>parquet-column</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>tests</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 14958d4

Please sign in to comment.