Skip to content

Commit 2cc8653

Browse files
committed
[SPARK-19409][BUILD] Fix ParquetAvroCompatibilitySuite failure due to test dependency on avro.
1 parent 2f523fa commit 2cc8653

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sql/core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@
129129
<artifactId>parquet-avro</artifactId>
130130
<scope>test</scope>
131131
</dependency>
132+
<dependency>
133+
<groupId>org.apache.avro</groupId>
134+
<artifactId>avro</artifactId>
135+
<version>1.8.0</version>
136+
<scope>test</scope>
137+
</dependency>
132138
<dependency>
133139
<groupId>org.mockito</groupId>
134140
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)