This commit is contained in:
hh 2024-05-05 20:26:36 +08:00
parent e55ede6761
commit 751ea0d93f
1 changed files with 13 additions and 0 deletions

View File

@ -12,6 +12,19 @@
<artifactId>start</artifactId>
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.13</artifactId>
<version>3.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_2.13</artifactId>
<version>3.2.0</version>
</dependency>
<!-- SYSTEM 系统管理模块 -->
<dependency>
<groupId>org.jeecgframework.boot</groupId>