Skip to content
Snippets Groups Projects
Commit 22161887 authored by Matei Zaharia's avatar Matei Zaharia
Browse files

Merge pull request #676 from c0s/asf-avro

Use standard ASF published avro module instead of a proprietory built one
parents 1ffadb2d 7687ed52
No related branches found
No related tags found
No related merge requests found
......@@ -579,12 +579,12 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.7.1.cloudera.2</version>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-ipc</artifactId>
<version>1.7.1.cloudera.2</version>
<version>1.7.1</version>
</dependency>
</dependencies>
</dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment