Skip to content

Commit

Permalink
Fixed some dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
raduchilom committed Jun 8, 2015
1 parent cfa469c commit a20efa3
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions spark-job-rest/pom.xml
Expand Up @@ -36,10 +36,18 @@
</properties>

<dependencies>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.xpatterns</groupId>
<artifactId>spark-job-rest-api</artifactId>
<version>0.3.0</version>
<version>0.3.1-spark1.3.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -100,13 +108,6 @@
<version>1.2.17</version>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<version>1.3.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.typesafe</groupId>
<artifactId>config</artifactId>
Expand Down Expand Up @@ -176,9 +177,10 @@
</dependency>

<dependency>
<scope>test</scope>
<groupId>com.xpatterns</groupId>
<artifactId>spark-job-rest-client</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit a20efa3

Please sign in to comment.