Skip to content

Commit a664548

Browse files
committed
3.1 -> 3.0
1 parent 018e63e commit a664548

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jupyter/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@
6161
<artifactId>spark-streaming_${scala.compat.version}</artifactId>
6262
<version>${spark3.version}</version>
6363
</dependency>
64-
<dependency>
65-
<groupId>org.apache.hadoop</groupId>
66-
<artifactId>hadoop-client</artifactId>
67-
<version>${hadoop.version}</version>
68-
</dependency>
64+
<!-- <dependency> disabled for 3.0 so the right version is picked -->
65+
<!-- <groupId>org.apache.hadoop</groupId>-->
66+
<!-- <artifactId>hadoop-client</artifactId>-->
67+
<!-- <version>${hadoop.version}</version>-->
68+
<!-- </dependency>-->
6969
<dependency>
7070
<groupId>org.jetbrains.kotlinx</groupId>
7171
<artifactId>kotlin-jupyter-api</artifactId>

0 commit comments

Comments
 (0)