From a044e6cccddb5f210b11cef0b3adad1f0e94d8e2 Mon Sep 17 00:00:00 2001 From: Daniel Ciborowski Date: Tue, 20 Apr 2021 20:18:33 -0400 Subject: [PATCH] Create pom.xml --- scala/pom.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 scala/pom.xml diff --git a/scala/pom.xml b/scala/pom.xml new file mode 100644 index 0000000..888964f --- /dev/null +++ b/scala/pom.xml @@ -0,0 +1,75 @@ + + + 4.0.0 + eisber + sarplus_2.11 + jar + sarplus + 0.2.5 + + + MIT + http://opensource.org/licenses/MIT + repo + + + sarplus + + eisber + + + + org.scala-lang + scala-library + 2.11.8 + + + org.apache.spark + spark-core_2.11 + 2.3.0 + provided + + + org.apache.spark + spark-sql_2.11 + 2.3.0 + provided + + + org.apache.spark + spark-mllib_2.11 + 2.3.0 + provided + + + commons-io + commons-io + 2.6 + + + com.google.guava + guava + 25.0-jre + + + org.scalatest + scalatest_2.11 + 3.0.5 + test + + + org.scalamock + scalamock_2.11 + 4.1.0 + test + + + + + SparkPackagesRepo + Spark Packages Repo + https://dl.bintray.com/spark-packages/maven/ + default + + +