Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Created August 8, 2021 14:01
Show Gist options
  • Save weikangchia/ab7b554d6ec9dfe370c8ae55e6d038ca to your computer and use it in GitHub Desktop.
Save weikangchia/ab7b554d6ec9dfe370c8ae55e6d038ca to your computer and use it in GitHub Desktop.
<dependencies>
...
<dependency>
<artifactId>spark-core_2.12</artifactId>
<groupId>org.apache.spark</groupId>
<version>${spark.version}</version>
</dependency>
<dependency>
<artifactId>spark-sql_2.12</artifactId>
<groupId>org.apache.spark</groupId>
<version>${spark.version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>${junit.version}</version>
<scope>compile</scope>
</dependency>
...
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment