Skip to content

Commit 61b8eb5

Browse files
aiceflowerclaude
andcommitted
#AI COMMIT# refactor: remove duplicate spark-3 profile from linkis-common module
The spark-3 profile is already defined in the root pom.xml, so the duplicate definition in linkis-commons/linkis-common/pom.xml is removed to avoid confusion and maintain a single source of truth. This change aligns with the build optimization effort where: - Default build uses Spark 2.4.3 + Scala 2.11.12 + Hadoop 2.7.2 + Hive 2.3.3 - -Pspark-3 only upgrades Spark to 3.4.4 + Scala 2.12.17 - -Papache uses Spark 3.2.1 + Scala 2.12.17 + Hadoop 3.3.4 + Hive 3.1.3 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 153cd49 commit 61b8eb5

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

  • linkis-commons/linkis-common

linkis-commons/linkis-common/pom.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,4 @@
163163
</plugin>
164164
</plugins>
165165
</build>
166-
<profiles>
167-
<profile>
168-
<id>spark-3</id>
169-
<properties>
170-
<json4s.version>3.7.0-M11</json4s.version>
171-
<revision>1.11.0-wds-spark3</revision>
172-
<spark.version>3.4.4</spark.version>
173-
<scala.version>2.12.17</scala.version>
174-
<scala.binary.version>2.12</scala.binary.version>
175-
<jackson-bom.version>2.14.2</jackson-bom.version>
176-
</properties>
177-
</profile>
178-
</profiles>
179166
</project>

0 commit comments

Comments
 (0)