Skip to content

Commit

Permalink
Merge pull request #1421 from danielcsant/issue/#394-ilegal-dependencies
Browse files Browse the repository at this point in the history
[SPARKTA-394] Cleaning dependencies
  • Loading branch information
aalfonso-stratio committed Feb 24, 2016
2 parents 70d6366 + 27734a5 commit e5a23d0
Show file tree
Hide file tree
Showing 22 changed files with 54 additions and 1,454 deletions.
12 changes: 12 additions & 0 deletions driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
<dependency>
<groupId>com.github.fge</groupId>
<artifactId>json-schema-validator</artifactId>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>mailapi</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
Expand Down Expand Up @@ -66,6 +72,12 @@
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mailapi</artifactId>
<version>1.4.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-streaming_${scala.binary.version}</artifactId>
Expand Down
3 changes: 0 additions & 3 deletions examples/data-generators/.gitignore

This file was deleted.

Loading

0 comments on commit e5a23d0

Please sign in to comment.