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 {
77}
88
99dependencies {
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"
1212 implementation " org.postgresql:postgresql:42.6.2"
1313}
1414
Original file line number Diff line number Diff line change 11plugins {
22 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"
44}
55
66repositories {
@@ -13,7 +13,7 @@ configurations {
1313}
1414
1515dependencies {
16- mlcp " com.marklogic:mlcp:11.0.2 "
16+ mlcp " com.marklogic:mlcp:11.3.0 "
1717}
1818
1919task loadEmployees (type : com.marklogic.gradle.task.MlcpTask ) {
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ repositories {
77}
88
99dependencies {
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'
1212}
1313
1414task runApp (type : JavaExec ) {
You can’t perform that action at this time.
0 commit comments