Skip to content

Commit

Permalink
fix provided scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbitton committed Sep 1, 2019
1 parent 25badfb commit e0c910e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.version}</artifactId>
<version>${spark.version}</version>
<!--<scope>provided</scope>-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.version}</artifactId>
<version>${spark.version}</version>
<!--<scope>provided</scope>-->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-catalyst_${scala.version}</artifactId>
<version>${spark.version}</version>
<!--<scope>provided</scope>-->
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down

0 comments on commit e0c910e

Please sign in to comment.