Skip to content

Commit

Permalink
change spark_core version to varible (#5159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Le-Zheng committed Apr 23, 2023
1 parent e81e038 commit 1c56926
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
<zoo.version>0.12.0-SNAPSHOT</zoo.version>
</properties>

<properties>
<spark-core.version>3.1.3</spark-core.version>
</properties>

<dependencies>
<dependency>
Expand All @@ -36,7 +39,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.1.3</version>
<version>${spark-core.version}</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<version>2.0.3.RELEASE</version>
</parent>

<properties>
<spark-core.version>3.1.3</spark-core.version>
</properties>

<dependencies>
<dependency>
<groupId>commons-lang</groupId>
Expand All @@ -58,7 +62,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.1.3</version>
<version>${spark-core.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
</repository>
</repositories>

<properties>
<spark-core.version>3.1.3</spark-core.version>
</properties>

<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -48,7 +52,7 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.12</artifactId>
<version>3.1.3</version>
<version>${spark-core.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1c56926

Please sign in to comment.