Skip to content

Commit 8c974b3

Browse files
committed
check build
1 parent 32868cd commit 8c974b3

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

parquet-cli/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@
8585
<artifactId>parquet-avro</artifactId>
8686
<version>${project.version}</version>
8787
</dependency>
88-
<dependency>
89-
<groupId>org.apache.parquet</groupId>
90-
<artifactId>parquet-protobuf</artifactId>
91-
<version>${project.version}</version>
92-
<scope>test</scope>
93-
</dependency>
9488
<dependency>
9589
<groupId>org.apache.parquet</groupId>
9690
<artifactId>parquet-protobuf</artifactId>
@@ -105,6 +99,12 @@
10599
<version>3.25.6</version>
106100
<scope>test</scope>
107101
</dependency>
102+
<dependency>
103+
<groupId>org.apache.parquet</groupId>
104+
<artifactId>parquet-protobuf</artifactId>
105+
<version>${project.version}</version>
106+
<scope>test</scope>
107+
</dependency>
108108
<dependency>
109109
<groupId>org.apache.parquet</groupId>
110110
<artifactId>parquet-format-structures</artifactId>

0 commit comments

Comments
 (0)