From eb6849954cacb2a26a8badb487a51285267af99f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aline=20Guimar=C3=A3es?= Date: Thu, 12 Dec 2024 09:56:23 -0300 Subject: [PATCH 1/2] Add correct dependencies --- README.md | 48 +++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 43 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 503b114..de980fb 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,49 @@ You can link against this library in your program at the following ways: ### Maven Dependency ``` - - com.springml - spark-salesforce_2.11 - 1.1.3 - + + + com.springml + spark-salesforce_2.12 + 1.1.4 + + + + com.force.api + force-partner-api + 40.0.0 + + + + com.force.api + force-wsc + 40.0.0 + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + 2.4.4 + + + + org.mockito + mockito-core + 2.0.31-beta + + + + com.springml + salesforce-wave-api + 1.0.10 + + + + org.codehaus.woodstox + woodstox-core-asl + 4.4.0 + + ``` ### SBT Dependency From 4d3c668f64198c286a3596fd8675436d302bf3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aline=20Guimar=C3=A3es?= Date: Thu, 12 Dec 2024 09:59:28 -0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de980fb..d43458d 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ libraryDependencies += "com.springml" % "spark-salesforce_2.11" % "1.1.3" This package can be added to Spark using the `--packages` command line option. For example, to include it when starting the spark shell: ``` -$ bin/spark-shell --packages com.springml:spark-salesforce_2.11:1.1.3 +$ bin/spark-shell --packages com.springml:spark-salesforce_2.12:1.1.4,org.mockito:mockito-core:2.0.31-beta,org.codehaus.woodstox:woodstox-core-asl:4.4.0,com.springml:salesforce-wave-api:1.0.10,com.force.api:force-partner-api:40.0.0,com.force.api:force-wsc:40.0.0,com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.4.4 ``` ## Features