Skip to content

Commit

Permalink
maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pan3793 committed Dec 9, 2024
1 parent 21306ff commit 145531d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,18 @@
<name>Maven Repository</name>
<url>https://repo.maven.apache.org/maven2</url>
</repository>

<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>spark-3.5.4-rc-staging</id>
<name>Spark 3.5.4 RC Staging</name>
<url>https://repository.apache.org/content/repositories/orgapachespark-1471</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit 145531d

Please sign in to comment.