File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
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>
146147 <avro .mapred.classifier>hadoop2</avro .mapred.classifier>
147148 <jets3t .version>0.7.1</jets3t .version>
148149 <aws .kinesis.client.version>1.6.2</aws .kinesis.client.version>
869870 <version >${avro.version} </version >
870871 <scope >${hadoop.deps.scope} </scope >
871872 </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 >
872879 <dependency >
873880 <groupId >org.apache.avro</groupId >
874881 <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 >
138132 <dependency >
139133 <groupId >org.mockito</groupId >
140134 <artifactId >mockito-core</artifactId >
You can’t perform that action at this time.
0 commit comments