Skip to content

Commit 23b11b4

Browse files
committed
[SPARK-REDIS-390] Added support for Spark 3.5.x
1 parent ed602b6 commit 23b11b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
4949
<java.version>1.8</java.version>
5050
<scala.major.version>2.12</scala.major.version>
51-
<scala.complete.version>${scala.major.version}.0</scala.complete.version>
51+
<scala.complete.version>${scala.major.version}.18</scala.complete.version>
5252
<jedis.version>3.9.0</jedis.version>
53-
<spark.version>3.2.1</spark.version>
53+
<spark.version>3.5.0</spark.version>
5454
<plugins.scalatest.version>1.0</plugins.scalatest.version>
5555
</properties>
5656

@@ -257,7 +257,7 @@
257257
</execution>
258258
</executions>
259259
</plugin>
260-
<plugin>
260+
<!-- <plugin>
261261
<groupId>org.sonatype.plugins</groupId>
262262
<artifactId>nexus-staging-maven-plugin</artifactId>
263263
<version>1.6.7</version>
@@ -267,7 +267,7 @@
267267
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
268268
<autoReleaseAfterClose>true</autoReleaseAfterClose>
269269
</configuration>
270-
</plugin>
270+
</plugin> -->
271271
</plugins>
272272
</build>
273273
<dependencies>

0 commit comments

Comments
 (0)