Skip to content

Commit c42557b

Browse files
committed
[HOTFIX] Patching maven build after #6 (SPARK-1121).
That patch removed the Maven avro declaration but didn't remove the actual dependency in core. /cc @ScrapCodes Author: Patrick Wendell <[email protected]> Closes #37 from pwendell/master and squashes the following commits: 0ef3008 [Patrick Wendell] [HOTFIX] Patching maven build after #6 (SPARK-1121).
1 parent 12bbca2 commit c42557b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

core/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@
4646
</exclusion>
4747
</exclusions>
4848
</dependency>
49-
<dependency>
50-
<groupId>org.apache.avro</groupId>
51-
<artifactId>avro</artifactId>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.apache.avro</groupId>
55-
<artifactId>avro-ipc</artifactId>
56-
</dependency>
5749
<dependency>
5850
<groupId>org.apache.curator</groupId>
5951
<artifactId>curator-recipes</artifactId>

0 commit comments

Comments
 (0)