File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- implementation ' org.apache.spark:spark-sql_2.12:3.4 .3'
11
- implementation " com.marklogic:marklogic-spark-connector:2.2 .0"
10
+ implementation ' org.apache.spark:spark-sql_2.12:3.5 .3'
11
+ implementation " com.marklogic:marklogic-spark-connector:2.4 .0"
12
12
implementation " org.postgresql:postgresql:42.6.2"
13
13
}
14
14
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' net.saliman.properties' version ' 1.5.2'
3
- id " com.marklogic.ml-gradle" version " 4.6 .0"
3
+ id " com.marklogic.ml-gradle" version " 5.0 .0"
4
4
}
5
5
6
6
repositories {
@@ -13,7 +13,7 @@ configurations {
13
13
}
14
14
15
15
dependencies {
16
- mlcp " com.marklogic:mlcp:11.0.2 "
16
+ mlcp " com.marklogic:mlcp:11.3.0 "
17
17
}
18
18
19
19
task loadEmployees (type : com.marklogic.gradle.task.MlcpTask ) {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
7
7
}
8
8
9
9
dependencies {
10
- implementation ' org.apache.spark:spark-sql_2.12:3.4 .3'
11
- implementation ' com.marklogic:marklogic-spark-connector:2.2 .0'
10
+ implementation ' org.apache.spark:spark-sql_2.12:3.5 .3'
11
+ implementation ' com.marklogic:marklogic-spark-connector:2.4 .0'
12
12
}
13
13
14
14
task runApp (type : JavaExec ) {
You can’t perform that action at this time.
0 commit comments