Skip to content
Snippets Groups Projects
Commit c1fec898 authored by Patrick Wendell's avatar Patrick Wendell
Browse files

Cleanup

parent 24f8220d
No related branches found
No related tags found
No related merge requests found
......@@ -97,7 +97,6 @@
<dependency>
<groupId>${akka.group}</groupId>
<artifactId>akka-slf4j_${scala.binary.version}</artifactId>
<groupId>org.spark-project.akka</groupId>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
......
......@@ -220,7 +220,6 @@
<version>0.3.1</version>
</dependency>
<dependency>
<<<<<<< HEAD
<groupId>${akka.group}</groupId>
<artifactId>akka-actor_${scala.binary.version}</artifactId>
<version>${akka.version}</version>
......@@ -254,13 +253,8 @@
</exclusions>
</dependency>
<dependency>
<<<<<<< HEAD
<groupId>${akka.group}</groupId>
<artifactId>akka-zeromq_${scala.binary.version}</artifactId>
=======
<groupId>org.spark-project.akka</groupId>
<artifactId>akka-zeromq_2.10</artifactId>
>>>>>>> Attempt with extra repositories
<version>${akka.version}</version>
<exclusions>
<exclusion>
......
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