Skip to content

Commit

Permalink
[HOTFIX] Patching maven build after #6 (SPARK-1121).
Browse files Browse the repository at this point in the history
That patch removed the Maven avro declaration but didn't remove the
actual dependency in core.
  • Loading branch information
pwendell committed Feb 27, 2014
1 parent 12bbca2 commit 0ef3008
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</dependency>
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro-ipc</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
Expand Down

0 comments on commit 0ef3008

Please sign in to comment.