You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by nk...@apache.org on 2019/07/23 09:30:22 UTC

[parquet-mr] branch master updated: PARQUET-1606: Fix invalid tests scope (#657)

This is an automated email from the ASF dual-hosted git repository.

nkollar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git


The following commit(s) were added to refs/heads/master by this push:
     new 14958d4  PARQUET-1606: Fix invalid tests scope (#657)
14958d4 is described below

commit 14958d40c0c3d9590d24158c48a2a37106df36a9
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Tue Jul 23 11:30:17 2019 +0200

    PARQUET-1606: Fix invalid tests scope (#657)
---
 parquet-arrow/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parquet-arrow/pom.xml b/parquet-arrow/pom.xml
index cc340ec..40d4797 100644
--- a/parquet-arrow/pom.xml
+++ b/parquet-arrow/pom.xml
@@ -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>