File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 148
148
<codahale .metrics.version>3.2.5</codahale .metrics.version>
149
149
<dropwizard .version>1.0.0</dropwizard .version>
150
150
<spark-influx-sink .version>0.4.0</spark-influx-sink .version>
151
- <avro .version>1.8.1 </avro .version>
151
+ <avro .version>1.8.2 </avro .version>
152
152
<avro .mapred.classifier>hadoop2</avro .mapred.classifier>
153
153
<jets3t .version>0.9.4</jets3t .version>
154
154
<aws .kinesis.client.version>1.7.3</aws .kinesis.client.version>
Original file line number Diff line number Diff line change 174
174
<artifactId >parquet-avro</artifactId >
175
175
<scope >test</scope >
176
176
</dependency >
177
- <!--
178
- This version of avro test-dep is different from the one defined
179
- in the parent pom. The parent pom has avro 1.7.7 test-dep for Hadoop.
180
- Here, ParquetAvroCompatibilitySuite uses parquet-avro's AvroParquetWriter
181
- which uses avro 1.8.0+ specific API. In Maven 3, we need to have
182
- this here to have different versions for the same artifact.
183
- -->
184
- <dependency >
185
- <groupId >org.apache.avro</groupId >
186
- <artifactId >avro</artifactId >
187
- <version >1.8.1</version >
188
- <scope >test</scope >
189
- </dependency >
190
177
<dependency >
191
178
<groupId >org.mockito</groupId >
192
179
<artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments