File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 143143 <oro .version>2.0.8</oro .version>
144144 <codahale .metrics.version>3.1.2</codahale .metrics.version>
145145 <avro .version>1.7.7</avro .version>
146- <avro .parquet.version>1.8.0</avro .parquet.version>
147146 <avro .mapred.classifier>hadoop2</avro .mapred.classifier>
148147 <jets3t .version>0.7.1</jets3t .version>
149148 <aws .kinesis.client.version>1.6.2</aws .kinesis.client.version>
870869 <version >${avro.version} </version >
871870 <scope >${hadoop.deps.scope} </scope >
872871 </dependency >
873- <dependency >
874- <groupId >org.apache.avro</groupId >
875- <artifactId >avro</artifactId >
876- <version >${avro.parquet.version} </version >
877- <scope >${parquet.test.deps.scope} </scope >
878- </dependency >
879872 <dependency >
880873 <groupId >org.apache.avro</groupId >
881874 <artifactId >avro-ipc</artifactId >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments