diff --git a/commons/pom.xml b/commons/pom.xml index a946b7077..405054254 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -1,63 +1,63 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-commons - jar - - - - commons-configuration - commons-configuration - - - commons-io - commons-io - - - org.scala-lang - scala-reflect - - - org.slf4s - slf4s-api_${scala.compat.version} - - - org.mockito - mockito-core - test - - - - - - - org.scalatest - scalatest-maven-plugin - - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + spline-commons + jar + + + + commons-configuration + commons-configuration + + + commons-io + commons-io + + + org.scala-lang + scala-reflect + + + org.slf4s + slf4s-api_${scala.compat.version} + + + org.mockito + mockito-core + test + + + + + + + org.scalatest + scalatest-maven-plugin + + + \ No newline at end of file diff --git a/core-spark-adapter-2.2/pom.xml b/core-spark-adapter-2.2/pom.xml index 0ad4b8a54..8ce584b90 100644 --- a/core-spark-adapter-2.2/pom.xml +++ b/core-spark-adapter-2.2/pom.xml @@ -1,74 +1,74 @@ - - - - - 4.0.0 - - spline-core-spark-adapter-2.2 - jar - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - - ${maven.build.timestamp} - yyyy-MM-dd'T'HH:mm:ssX - 2.2.1 - - - - - za.co.absa.spline - spline-core-spark-adapter-api - ${project.version} - - - org.apache.spark - spark-core_${scala.compat.version} - ${spark.version} - - - org.apache.spark - spark-sql_${scala.compat.version} - ${spark.version} - - - org.apache.spark - spark-sql-kafka-0-10_${scala.compat.version} - ${spark.version} - - - - - - - src/main/resources - true - - - - - org.scalatest - scalatest-maven-plugin - - - + + + + + 4.0.0 + + spline-core-spark-adapter-2.2 + jar + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + + ${maven.build.timestamp} + yyyy-MM-dd'T'HH:mm:ssX + 2.2.1 + + + + + za.co.absa.spline + spline-core-spark-adapter-api + ${project.version} + + + org.apache.spark + spark-core_${scala.compat.version} + ${spark.version} + + + org.apache.spark + spark-sql_${scala.compat.version} + ${spark.version} + + + org.apache.spark + spark-sql-kafka-0-10_${scala.compat.version} + ${spark.version} + + + + + + + src/main/resources + true + + + + + org.scalatest + scalatest-maven-plugin + + + \ No newline at end of file diff --git a/core-spark-adapter-2.3/pom.xml b/core-spark-adapter-2.3/pom.xml index 53b16ca94..b4181ea34 100644 --- a/core-spark-adapter-2.3/pom.xml +++ b/core-spark-adapter-2.3/pom.xml @@ -1,69 +1,69 @@ - - - - - 4.0.0 - - spline-core-spark-adapter-2.3 - jar - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - - ${maven.build.timestamp} - yyyy-MM-dd'T'HH:mm:ssX - 2.3.0 - - - - - za.co.absa.spline - spline-core-spark-adapter-api - ${project.version} - - - org.apache.spark - spark-sql_${scala.compat.version} - ${spark.version} - - - org.mockito - mockito-core - test - - - - - - - src/main/resources - true - - - - - org.scalatest - scalatest-maven-plugin - - - + + + + + 4.0.0 + + spline-core-spark-adapter-2.3 + jar + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + + ${maven.build.timestamp} + yyyy-MM-dd'T'HH:mm:ssX + 2.3.0 + + + + + za.co.absa.spline + spline-core-spark-adapter-api + ${project.version} + + + org.apache.spark + spark-sql_${scala.compat.version} + ${spark.version} + + + org.mockito + mockito-core + test + + + + + + + src/main/resources + true + + + + + org.scalatest + scalatest-maven-plugin + + + \ No newline at end of file diff --git a/core-spark-adapter-api/pom.xml b/core-spark-adapter-api/pom.xml index 6f4386fef..2d5bb2241 100644 --- a/core-spark-adapter-api/pom.xml +++ b/core-spark-adapter-api/pom.xml @@ -1,72 +1,72 @@ - - - - - 4.0.0 - - spline-core-spark-adapter-api - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - - ${maven.build.timestamp} - yyyy-MM-dd'T'HH:mm:ssX - - - - - za.co.absa.spline - spline-commons - ${project.version} - - - org.apache.spark - spark-core_${scala.compat.version} - provided - - - org.apache.spark - spark-sql_${scala.compat.version} - provided - - - org.apache.spark - spark-sql-kafka-0-10_${scala.compat.version} - provided - - - - - - - src/main/resources - true - - - - - org.scalatest - scalatest-maven-plugin - - - - + + + + + 4.0.0 + + spline-core-spark-adapter-api + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + + ${maven.build.timestamp} + yyyy-MM-dd'T'HH:mm:ssX + + + + + za.co.absa.spline + spline-commons + ${project.version} + + + org.apache.spark + spark-core_${scala.compat.version} + provided + + + org.apache.spark + spark-sql_${scala.compat.version} + provided + + + org.apache.spark + spark-sql-kafka-0-10_${scala.compat.version} + provided + + + + + + + src/main/resources + true + + + + + org.scalatest + scalatest-maven-plugin + + + + diff --git a/core/pom.xml b/core/pom.xml index 36b835888..d0851d859 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -1,99 +1,99 @@ - - - - - 4.0.0 - - spline-core - jar - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - - ${maven.build.timestamp} - yyyy-MM-dd'T'HH:mm:ssX - - - - - za.co.absa.spline - spline-core-spark-adapter-api - ${project.version} - - - za.co.absa.spline - spline-model - ${project.version} - - - za.co.absa.spline - spline-persistence-api - ${project.version} - - - org.apache.spark - spark-core_${scala.compat.version} - provided - - - org.apache.spark - spark-sql_${scala.compat.version} - provided - - - org.apache.spark - spark-sql-kafka-0-10_${scala.compat.version} - provided - - - com.databricks - spark-xml_${scala.compat.version} - 0.4.1 - - - org.mockito - mockito-core - test - - - za.co.absa.spline - spline-core-spark-adapter-${spark.compat.version} - ${project.version} - test - - - - - - - src/main/resources - true - - - - - org.scalatest - scalatest-maven-plugin - - - + + + + + 4.0.0 + + spline-core + jar + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + + ${maven.build.timestamp} + yyyy-MM-dd'T'HH:mm:ssX + + + + + za.co.absa.spline + spline-core-spark-adapter-api + ${project.version} + + + za.co.absa.spline + spline-model + ${project.version} + + + za.co.absa.spline + spline-persistence-api + ${project.version} + + + org.apache.spark + spark-core_${scala.compat.version} + provided + + + org.apache.spark + spark-sql_${scala.compat.version} + provided + + + org.apache.spark + spark-sql-kafka-0-10_${scala.compat.version} + provided + + + com.databricks + spark-xml_${scala.compat.version} + 0.4.1 + + + org.mockito + mockito-core + test + + + za.co.absa.spline + spline-core-spark-adapter-${spark.compat.version} + ${project.version} + test + + + + + + + src/main/resources + true + + + + + org.scalatest + scalatest-maven-plugin + + + \ No newline at end of file diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 6bd1dad0a..e297919a1 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -1,63 +1,63 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-integration-tests - jar - - - - za.co.absa.spline - spline-test-commons - ${project.version} - - - za.co.absa.spline - spline-core - ${project.version} - - - za.co.absa.spline - spline-core-spark-adapter-${spark.compat.version} - ${project.version} - - - za.co.absa.spline - spline-persistence-mongo - ${project.version} - - - org.scalatest - scalatest_${scala.compat.version} - - - org.mockito - mockito-core - - - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + spline-integration-tests + jar + + + + za.co.absa.spline + spline-test-commons + ${project.version} + + + za.co.absa.spline + spline-core + ${project.version} + + + za.co.absa.spline + spline-core-spark-adapter-${spark.compat.version} + ${project.version} + + + za.co.absa.spline + spline-persistence-mongo + ${project.version} + + + org.scalatest + scalatest_${scala.compat.version} + + + org.mockito + mockito-core + + + + \ No newline at end of file diff --git a/model/pom.xml b/model/pom.xml index ec6068a38..5b4a63dfb 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -1,42 +1,42 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-model - jar - - - - com.github.salat - salat-util_${scala.compat.version} - - - za.co.absa.spline - spline-commons - ${project.version} - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + spline-model + jar + + + + com.github.salat + salat-util_${scala.compat.version} + + + za.co.absa.spline + spline-commons + ${project.version} + + \ No newline at end of file diff --git a/parent/pom.xml b/parent/pom.xml index 5056a4084..23d62623a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1,519 +1,519 @@ - - - - - 4.0.0 - - za.co.absa.spline - spline-parent - 0.3.5-SNAPSHOT - - pom - - Spline - Data lineage visualization for Apache Spark - 2017 - - https://absaoss.github.io/spline/ - - - scm:git:git://github.com/AbsaOSS/spline.git - scm:git:ssh://github.com:AbsaOSS/spline.git - http://github.com/AbsaOSS/spline/tree/master - HEAD - - - - - Apache License, Version 2.0 - https://www.apache.org/licenses/LICENSE-2.0 - repo - - - - - ABSA Group Limited - https://www.absa.africa - - - - - mn-mikke - Marek Novotny - Europe/Prague - https://github.com/mn-mikke - - - wajda - Oleksandr Vayda - Europe/Prague - https://github.com/wajda - - - lokm01 - Jan Scherbaum - Europe/Prague - https://github.com/lokm01 - - - yruslan - Ruslan Iushchenko - Europe/Prague - https://github.com/yruslan - - - vackosar - Vaclav Kosar - Europe/Prague - https://github.com/vackosar - - - - - UTF-8 - 1.8 - 2.11.12 - 2.11 - 1.2.3 - 1.7.25 - 1.11.2 - - 3.2.11 - - - - - - net.alchim31.maven - scala-maven-plugin - - ${scala.version} - - -target:jvm-${java.version} - -Ybackend:GenBCode - -feature - -deprecation - -unchecked - -Ywarn-numeric-widen - - - - - - - scala-compile - process-resources - - add-source - compile - - - - scala-test-compile - process-test-resources - - testCompile - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - - org.scalatest - scalatest-maven-plugin - - ${project.build.directory}/surefire-reports - . - WDF TestSuite.txt - - - - test - - test - - - - - - - - - - net.alchim31.maven - scala-maven-plugin - 3.3.1 - - - org.scalatest - scalatest-maven-plugin - 2.0.0 - - - org.apache.maven.plugins - maven-surefire-plugin - 2.20.1 - - - org.apache.rat - apache-rat-plugin - 0.12 - - - org.apache.tomcat.maven - tomcat7-maven-plugin - 2.1 - - - - org.codehaus.mojo - exec-maven-plugin - 1.5.0 - - - - org.apache.maven.plugins - maven-shade-plugin - 3.1.0 - - - org.codehaus.mojo - build-helper-maven-plugin - 3.0.0 - - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.8 - - - - - - - - - spark-2.2 - - 2.2 - 2.2.1 - - - - spark-2.3 - - 2.3 - 2.3.0 - - - - license-check - - - - org.apache.rat - apache-rat-plugin - - - verify - - check - - - - - - **/*.json - dependency-reduced-pom.xml - - - - - - - - - deploy - - - - org.apache.maven.plugins - maven-source-plugin - - - attach-sources - - jar-no-fork - - - - - - net.alchim31.maven - scala-maven-plugin - - - attach-javadocs - - doc-jar - - - - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - - sign - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ossrh - https://oss.sonatype.org/ - true - - - - - - - - - - org.scala-lang - scala-library - compile - - - org.scalatest - scalatest_${scala.compat.version} - test - - - - - - - org.scala-lang - scala-compiler - ${scala.version} - - - org.scala-lang - scala-reflect - ${scala.version} - - - org.scala-lang - scala-actors - ${scala.version} - - - org.scala-lang - scala-library - ${scala.version} - - - org.scala-lang - scalap - ${scala.version} - - - org.apache.spark - spark-core_${scala.compat.version} - ${spark.version} - - - org.apache.spark - spark-sql_${scala.compat.version} - ${spark.version} - - - org.apache.spark - spark-sql-kafka-0-10_${scala.compat.version} - ${spark.version} - - - com.github.salat - salat-core_${scala.compat.version} - ${salat.version} - - - com.github.salat - salat-util_${scala.compat.version} - ${salat.version} - - - org.mongodb - mongo-java-driver - 3.6.3 - - - org.json4s - json4s-ast_${scala.compat.version} - ${json4s.version} - - - org.json4s - json4s-core_${scala.compat.version} - ${json4s.version} - - - org.json4s - json4s-jackson_${scala.compat.version} - ${json4s.version} - - - org.json4s - json4s-native_${scala.compat.version} - ${json4s.version} - - - org.json4s - json4s-scalap_${scala.compat.version} - ${json4s.version} - - - org.json4s - json4s-ext_${scala.compat.version} - ${json4s.version} - - - commons-codec - commons-codec - 1.11 - - - commons-lang - commons-lang - 2.6 - - - commons-configuration - commons-configuration - 1.10 - - - commons-io - commons-io - 2.6 - - - - org.slf4s - slf4s-api_${scala.compat.version} - ${slf4j.version} - - - org.slf4j - slf4j-api - ${slf4j.version} - - - org.slf4j - slf4j-simple - ${slf4j.version} - - - org.slf4j - slf4j-jcl - ${slf4j.version} - - - org.slf4j - slf4j-log4j12 - ${slf4j.version} - - - org.slf4j - slf4j-log4j13 - ${slf4j.version} - - - org.slf4j - slf4j-nop - ${slf4j.version} - - - org.slf4j - jcl-over-slf4j - ${slf4j.version} - - - org.slf4j - jul-to-slf4j - ${slf4j.version} - - - ch.qos.logback - logback-core - ${logback.version} - - - ch.qos.logback - logback-classic - ${logback.version} - - - ch.qos.logback - logback-access - ${logback.version} - - - - - - org.scalatest - scalatest_${scala.compat.version} - 3.0.5 - - - org.mockito - mockito-core - 2.13.0 - - - - + + + + + 4.0.0 + + za.co.absa.spline + spline-parent + 0.3.5 + + pom + + Spline + Data lineage visualization for Apache Spark + 2017 + + https://absaoss.github.io/spline/ + + + scm:git:git://github.com/AbsaOSS/spline.git + scm:git:ssh://github.com:AbsaOSS/spline.git + http://github.com/AbsaOSS/spline/tree/master + release/0.3.5 + + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + ABSA Group Limited + https://www.absa.africa + + + + + mn-mikke + Marek Novotny + Europe/Prague + https://github.com/mn-mikke + + + wajda + Oleksandr Vayda + Europe/Prague + https://github.com/wajda + + + lokm01 + Jan Scherbaum + Europe/Prague + https://github.com/lokm01 + + + yruslan + Ruslan Iushchenko + Europe/Prague + https://github.com/yruslan + + + vackosar + Vaclav Kosar + Europe/Prague + https://github.com/vackosar + + + + + UTF-8 + 1.8 + 2.11.12 + 2.11 + 1.2.3 + 1.7.25 + 1.11.2 + + 3.2.11 + + + + + + net.alchim31.maven + scala-maven-plugin + + ${scala.version} + + -target:jvm-${java.version} + -Ybackend:GenBCode + -feature + -deprecation + -unchecked + -Ywarn-numeric-widen + + + + + + + scala-compile + process-resources + + add-source + compile + + + + scala-test-compile + process-test-resources + + testCompile + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + org.scalatest + scalatest-maven-plugin + + ${project.build.directory}/surefire-reports + . + WDF TestSuite.txt + + + + test + + test + + + + + + + + + + net.alchim31.maven + scala-maven-plugin + 3.3.1 + + + org.scalatest + scalatest-maven-plugin + 2.0.0 + + + org.apache.maven.plugins + maven-surefire-plugin + 2.20.1 + + + org.apache.rat + apache-rat-plugin + 0.12 + + + org.apache.tomcat.maven + tomcat7-maven-plugin + 2.1 + + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.1.0 + + + org.codehaus.mojo + build-helper-maven-plugin + 3.0.0 + + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.8 + + + + + + + + + spark-2.2 + + 2.2 + 2.2.1 + + + + spark-2.3 + + 2.3 + 2.3.0 + + + + license-check + + + + org.apache.rat + apache-rat-plugin + + + verify + + check + + + + + + **/*.json + dependency-reduced-pom.xml + + + + + + + + + deploy + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + net.alchim31.maven + scala-maven-plugin + + + attach-javadocs + + doc-jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + + + + org.scala-lang + scala-library + compile + + + org.scalatest + scalatest_${scala.compat.version} + test + + + + + + + org.scala-lang + scala-compiler + ${scala.version} + + + org.scala-lang + scala-reflect + ${scala.version} + + + org.scala-lang + scala-actors + ${scala.version} + + + org.scala-lang + scala-library + ${scala.version} + + + org.scala-lang + scalap + ${scala.version} + + + org.apache.spark + spark-core_${scala.compat.version} + ${spark.version} + + + org.apache.spark + spark-sql_${scala.compat.version} + ${spark.version} + + + org.apache.spark + spark-sql-kafka-0-10_${scala.compat.version} + ${spark.version} + + + com.github.salat + salat-core_${scala.compat.version} + ${salat.version} + + + com.github.salat + salat-util_${scala.compat.version} + ${salat.version} + + + org.mongodb + mongo-java-driver + 3.6.3 + + + org.json4s + json4s-ast_${scala.compat.version} + ${json4s.version} + + + org.json4s + json4s-core_${scala.compat.version} + ${json4s.version} + + + org.json4s + json4s-jackson_${scala.compat.version} + ${json4s.version} + + + org.json4s + json4s-native_${scala.compat.version} + ${json4s.version} + + + org.json4s + json4s-scalap_${scala.compat.version} + ${json4s.version} + + + org.json4s + json4s-ext_${scala.compat.version} + ${json4s.version} + + + commons-codec + commons-codec + 1.11 + + + commons-lang + commons-lang + 2.6 + + + commons-configuration + commons-configuration + 1.10 + + + commons-io + commons-io + 2.6 + + + + org.slf4s + slf4s-api_${scala.compat.version} + ${slf4j.version} + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + slf4j-simple + ${slf4j.version} + + + org.slf4j + slf4j-jcl + ${slf4j.version} + + + org.slf4j + slf4j-log4j12 + ${slf4j.version} + + + org.slf4j + slf4j-log4j13 + ${slf4j.version} + + + org.slf4j + slf4j-nop + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + org.slf4j + jul-to-slf4j + ${slf4j.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-access + ${logback.version} + + + + + + org.scalatest + scalatest_${scala.compat.version} + 3.0.5 + + + org.mockito + mockito-core + 2.13.0 + + + + \ No newline at end of file diff --git a/persistence/api/pom.xml b/persistence/api/pom.xml index 69221efd4..d75dc4a35 100644 --- a/persistence/api/pom.xml +++ b/persistence/api/pom.xml @@ -1,60 +1,60 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-persistence-api - jar - - - - za.co.absa.spline - spline-model - ${project.version} - - - za.co.absa.spline - spline-commons - ${project.version} - - - org.slf4s - slf4s-api_${scala.compat.version} - - - commons-codec - commons-codec - - - commons-configuration - commons-configuration - - - org.mockito - mockito-core - test - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../../parent/pom.xml + 0.3.5 + + + spline-persistence-api + jar + + + + za.co.absa.spline + spline-model + ${project.version} + + + za.co.absa.spline + spline-commons + ${project.version} + + + org.slf4s + slf4s-api_${scala.compat.version} + + + commons-codec + commons-codec + + + commons-configuration + commons-configuration + + + org.mockito + mockito-core + test + + \ No newline at end of file diff --git a/persistence/hdfs/pom.xml b/persistence/hdfs/pom.xml index 135a00040..09a6ee173 100644 --- a/persistence/hdfs/pom.xml +++ b/persistence/hdfs/pom.xml @@ -1,61 +1,61 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-persistence-hdfs - jar - - - - org.apache.hadoop - hadoop-common - 2.6.5 - - - org.apache.spark - spark-core_${scala.compat.version} - provided - - - za.co.absa.spline - spline-persistence-api - ${project.version} - - - org.json4s - json4s-ext_${scala.compat.version} - - - - - - - org.scalatest - scalatest-maven-plugin - - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../../parent/pom.xml + 0.3.5 + + + spline-persistence-hdfs + jar + + + + org.apache.hadoop + hadoop-common + 2.6.5 + + + org.apache.spark + spark-core_${scala.compat.version} + provided + + + za.co.absa.spline + spline-persistence-api + ${project.version} + + + org.json4s + json4s-ext_${scala.compat.version} + + + + + + + org.scalatest + scalatest-maven-plugin + + + \ No newline at end of file diff --git a/persistence/mongo/pom.xml b/persistence/mongo/pom.xml index d2142d0f8..006485529 100644 --- a/persistence/mongo/pom.xml +++ b/persistence/mongo/pom.xml @@ -1,75 +1,75 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-persistence-mongo - jar - - - - - - - - - - za.co.absa.spline - spline-persistence-api - ${project.version} - - - com.github.salat - salat-core_${scala.compat.version} - - - za.co.absa.spline - spline-test-commons - ${project.version} - test - - - org.mockito - mockito-core - test - - - - - - - org.scalatest - scalatest-maven-plugin - - - ${test.spline.mongodb.url} - ${test.spline.mongodb.name} - - - - - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../../parent/pom.xml + 0.3.5 + + + spline-persistence-mongo + jar + + + + + + + + + + za.co.absa.spline + spline-persistence-api + ${project.version} + + + com.github.salat + salat-core_${scala.compat.version} + + + za.co.absa.spline + spline-test-commons + ${project.version} + test + + + org.mockito + mockito-core + test + + + + + + + org.scalatest + scalatest-maven-plugin + + + ${test.spline.mongodb.url} + ${test.spline.mongodb.name} + + + + + + \ No newline at end of file diff --git a/persistence/pom.xml b/persistence/pom.xml index 5f0d826c0..807d99b71 100644 --- a/persistence/pom.xml +++ b/persistence/pom.xml @@ -1,36 +1,36 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline - 0.3.5-SNAPSHOT - - - spline-persistence - pom - - - api - mongo - hdfs - - + + + + + 4.0.0 + + + za.co.absa.spline + spline + 0.3.5 + + + spline-persistence + pom + + + api + mongo + hdfs + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7623b47f1..3e6e7d06a 100644 --- a/pom.xml +++ b/pom.xml @@ -1,117 +1,117 @@ - - - - - 4.0.0 - - za.co.absa.spline - spline - 0.3.5-SNAPSHOT - - pom - - - http://github.com/AbsaOSS/spline/tree/master - scm:git:git://github.com/AbsaOSS/spline.git - scm:git:ssh://github.com:AbsaOSS/spline.git - - - - ${scm.url} - ${scm.connection} - ${scm.developerConnection} - HEAD - - - - - ossrh - https://oss.sonatype.org/content/repositories/snapshots - - - ossrh - https://oss.sonatype.org/service/local/staging/deploy/maven2/ - - - - - parent - commons - test-commons - model - core - core-spark-adapter-api - core-spark-adapter-2.2 - core-spark-adapter-2.3 - web - sample - persistence - integration-tests - - - - - release - - spline-scm-server - - - - - - - maven-release-plugin - 2.5.3 - - release/@{project.version} - - -Dtest.spline.mongodb.url=${test.spline.mongodb.url} - -Dtest.spline.mongodb.name=${test.spline.mongodb.name} - - - jgit - - - - - org.apache.maven.scm - maven-scm-provider-jgit - 1.9.5 - - - org.eclipse.jgit - org.eclipse.jgit - 3.7.1.201504261725-r - - - - - - - - - deploy - - - - - license-check - - - - + + + + + 4.0.0 + + za.co.absa.spline + spline + 0.3.5 + + pom + + + http://github.com/AbsaOSS/spline/tree/master + scm:git:git://github.com/AbsaOSS/spline.git + scm:git:ssh://github.com:AbsaOSS/spline.git + + + + ${scm.url} + ${scm.connection} + ${scm.developerConnection} + release/0.3.5 + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + parent + commons + test-commons + model + core + core-spark-adapter-api + core-spark-adapter-2.2 + core-spark-adapter-2.3 + web + sample + persistence + integration-tests + + + + + release + + spline-scm-server + + + + + + + maven-release-plugin + 2.5.3 + + release/@{project.version} + + -Dtest.spline.mongodb.url=${test.spline.mongodb.url} + -Dtest.spline.mongodb.name=${test.spline.mongodb.name} + + + jgit + + + + + org.apache.maven.scm + maven-scm-provider-jgit + 1.9.5 + + + org.eclipse.jgit + org.eclipse.jgit + 3.7.1.201504261725-r + + + + + + + + + deploy + + + + + license-check + + + + \ No newline at end of file diff --git a/sample/pom.xml b/sample/pom.xml index 033f374e8..c9fa8136c 100644 --- a/sample/pom.xml +++ b/sample/pom.xml @@ -1,193 +1,193 @@ - - - - - 4.0.0 - spline-sample - jar - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - - - org.apache.spark - spark-core_${scala.compat.version} - ${spark.version} - compile - - - org.apache.spark - spark-sql_${scala.compat.version} - ${spark.version} - compile - - - org.apache.spark - spark-sql-kafka-0-10_${scala.compat.version} - ${spark.version} - compile - - - za.co.absa.spline - spline-core - ${project.version} - - - za.co.absa.spline - spline-core-spark-adapter-${spark.compat.version} - ${project.version} - - - za.co.absa.spline - spline-persistence-mongo - ${project.version} - - - za.co.absa.spline - spline-persistence-hdfs - ${project.version} - - - com.databricks - spark-xml_${scala.compat.version} - 0.4.1 - - - - - shade - - - org.apache.spark - spark-core_${scala.compat.version} - provided - - - org.apache.spark - spark-sql_${scala.compat.version} - provided - - - org.apache.spark - spark-sql-kafka-0-10_${scala.compat.version} - provided - - - org.scala-lang - scala-library - provided - - - org.scala-lang - scala-reflect - ${scala.version} - provided - - - org.scala-lang - scala-compiler - ${scala.version} - provided - - - org.scala-lang - scalap - ${scala.version} - provided - - - - - - org.apache.maven.plugins - maven-shade-plugin - - - package - - shade - - - shaded - - - - - - - - - license-check - - - - org.apache.rat - apache-rat-plugin - - - data/** - - - - - - - - - samples - - - - - true - - - - - org.codehaus.mojo - exec-maven-plugin - - - test - - exec - - - - - java - - -Dspline.persistence.factory=za.co.absa.spline.persistence.mongo.MongoPersistenceFactory - -Dspline.mongodb.url=${spline.mongodb.url} - -Dspline.mongodb.name=${spline.mongodb.name} - -classpath - - ${sampleClass} - - - - - - - - + + + + + 4.0.0 + spline-sample + jar + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + + + org.apache.spark + spark-core_${scala.compat.version} + ${spark.version} + compile + + + org.apache.spark + spark-sql_${scala.compat.version} + ${spark.version} + compile + + + org.apache.spark + spark-sql-kafka-0-10_${scala.compat.version} + ${spark.version} + compile + + + za.co.absa.spline + spline-core + ${project.version} + + + za.co.absa.spline + spline-core-spark-adapter-${spark.compat.version} + ${project.version} + + + za.co.absa.spline + spline-persistence-mongo + ${project.version} + + + za.co.absa.spline + spline-persistence-hdfs + ${project.version} + + + com.databricks + spark-xml_${scala.compat.version} + 0.4.1 + + + + + shade + + + org.apache.spark + spark-core_${scala.compat.version} + provided + + + org.apache.spark + spark-sql_${scala.compat.version} + provided + + + org.apache.spark + spark-sql-kafka-0-10_${scala.compat.version} + provided + + + org.scala-lang + scala-library + provided + + + org.scala-lang + scala-reflect + ${scala.version} + provided + + + org.scala-lang + scala-compiler + ${scala.version} + provided + + + org.scala-lang + scalap + ${scala.version} + provided + + + + + + org.apache.maven.plugins + maven-shade-plugin + + + package + + shade + + + shaded + + + + + + + + + license-check + + + + org.apache.rat + apache-rat-plugin + + + data/** + + + + + + + + + samples + + + + + true + + + + + org.codehaus.mojo + exec-maven-plugin + + + test + + exec + + + + + java + + -Dspline.persistence.factory=za.co.absa.spline.persistence.mongo.MongoPersistenceFactory + -Dspline.mongodb.url=${spline.mongodb.url} + -Dspline.mongodb.name=${spline.mongodb.name} + -classpath + + ${sampleClass} + + + + + + + + \ No newline at end of file diff --git a/test-commons/pom.xml b/test-commons/pom.xml index 1d49a0eb4..552c32adc 100644 --- a/test-commons/pom.xml +++ b/test-commons/pom.xml @@ -1,38 +1,38 @@ - - - - - 4.0.0 - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - spline-test-commons - jar - - - - org.scalatest - scalatest_${scala.compat.version} - - - + + + + + 4.0.0 + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + spline-test-commons + jar + + + + org.scalatest + scalatest_${scala.compat.version} + + + \ No newline at end of file diff --git a/web/pom.xml b/web/pom.xml index 0d01d6665..36db19cfe 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -1,360 +1,360 @@ - - - - - 4.0.0 - - spline-web - war - - - za.co.absa.spline - spline-parent - ../parent/pom.xml - 0.3.5-SNAPSHOT - - - - ${project.basedir}/ui - ${maven.build.timestamp} - yyyy-MM-dd'T'HH:mm:ssX - - - - - za.co.absa.spline - spline-model - ${project.version} - - - za.co.absa.spline - spline-persistence-api - ${project.version} - - - za.co.absa.spline - spline-persistence-mongo - ${project.version} - - - commons-io - commons-io - - - org.json4s - json4s-ext_${scala.compat.version} - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - - - org.springframework - spring-webmvc - 5.0.2.RELEASE - - - org.thymeleaf - thymeleaf-spring5 - 3.0.9.RELEASE - - - ch.qos.logback - logback-classic - - - org.mockito - mockito-core - test - - - de.sciss - scala-chart_${scala.compat.version} - 0.6.0 - test - - - - - spline-ui-${project.version} - - - src/main/resources - true - - - - - org.codehaus.mojo - exec-maven-plugin - - - gen-ts-model-lineage - process-classes - - java - - - true - true - - com.github.wajda - scala-ts_${scala.compat.version} - - com.mpc.scalats.CLI - - --out - ${project.basedir}/ui/src/generated-ts/lineage-model.ts - --emit-interfaces - --option-to-nullable - za.co.absa.spline.model.PersistedDatasetDescriptor - za.co.absa.spline.model.DataLineage - - za.co.absa.spline.model.op.OperationProps - - - - - gen-ts-model-operation - process-classes - - java - - - true - true - - com.github.wajda - scala-ts_${scala.compat.version} - - com.mpc.scalats.CLI - - --out - ${project.basedir}/ui/src/generated-ts/operation-model.ts - --emit-interfaces - --option-to-nullable - za.co.absa.spline.model.op.Operation - za.co.absa.spline.model.op.Alias - za.co.absa.spline.model.op.Write - za.co.absa.spline.model.op.Filter - za.co.absa.spline.model.op.Sort - za.co.absa.spline.model.op.Aggregate - za.co.absa.spline.model.op.Generic - za.co.absa.spline.model.op.Join - za.co.absa.spline.model.op.Union - za.co.absa.spline.model.op.Projection - za.co.absa.spline.model.op.Read - za.co.absa.spline.model.op.Composite - - za.co.absa.spline.model.dt.DataType - - - - - gen-ts-model-expression - process-classes - - java - - - true - true - - com.github.wajda - scala-ts_${scala.compat.version} - - com.mpc.scalats.CLI - - --out - ${project.basedir}/ui/src/generated-ts/expression-model.ts - --emit-interfaces - --option-to-nullable - za.co.absa.spline.model.expr.Expression - za.co.absa.spline.model.expr.AttrRef - za.co.absa.spline.model.expr.Generic - za.co.absa.spline.model.expr.GenericLeaf - za.co.absa.spline.model.expr.Alias - za.co.absa.spline.model.expr.Binary - za.co.absa.spline.model.expr.UDF - za.co.absa.spline.model.expr.Literal - - - - - gen-ts-model-datatype - process-classes - - java - - - true - true - - com.github.wajda - scala-ts_${scala.compat.version} - - com.mpc.scalats.CLI - - --out - ${project.basedir}/ui/src/generated-ts/datatype-model.ts - --emit-interfaces - --option-to-nullable - za.co.absa.spline.model.dt.DataType - za.co.absa.spline.model.dt.Simple - za.co.absa.spline.model.dt.Struct - za.co.absa.spline.model.dt.Array - - - - - - - com.github.wajda - scala-ts_${scala.compat.version} - 0.4.0.0 - - - - - - maven-antrun-plugin - 1.7 - - - ui-package - prepare-package - - - Preparing UI build - - - - - - - - - - - - - - - - - Executing UI build - - - - - - - - - - - - run - - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.2 - - false - - - ui/dist - /assets - false - - dist/**/*.js.map - - - - ui/src - /WEB-INF/html - true - - index.html - errors/*.html - - - - ui/src/static - / - false - - - - - ${maven.build.timestamp} - - - - - - - - org.apache.tomcat.maven - tomcat7-maven-plugin - - - tomcat-run - - exec-war-only - - package - - / - ${project.build.finalName}.exec.jar - - - - - - - - - - license-check - - - - org.apache.rat - apache-rat-plugin - - - ui/dist/** - ui/node_modules/** - ui/typings/** - ui/src/third-party-scripts/** - ui/src/generated-ts/** - - - - - - - + + + + + 4.0.0 + + spline-web + war + + + za.co.absa.spline + spline-parent + ../parent/pom.xml + 0.3.5 + + + + ${project.basedir}/ui + ${maven.build.timestamp} + yyyy-MM-dd'T'HH:mm:ssX + + + + + za.co.absa.spline + spline-model + ${project.version} + + + za.co.absa.spline + spline-persistence-api + ${project.version} + + + za.co.absa.spline + spline-persistence-mongo + ${project.version} + + + commons-io + commons-io + + + org.json4s + json4s-ext_${scala.compat.version} + + + javax.servlet + javax.servlet-api + 3.1.0 + provided + + + org.springframework + spring-webmvc + 5.0.2.RELEASE + + + org.thymeleaf + thymeleaf-spring5 + 3.0.9.RELEASE + + + ch.qos.logback + logback-classic + + + org.mockito + mockito-core + test + + + de.sciss + scala-chart_${scala.compat.version} + 0.6.0 + test + + + + + spline-ui-${project.version} + + + src/main/resources + true + + + + + org.codehaus.mojo + exec-maven-plugin + + + gen-ts-model-lineage + process-classes + + java + + + true + true + + com.github.wajda + scala-ts_${scala.compat.version} + + com.mpc.scalats.CLI + + --out + ${project.basedir}/ui/src/generated-ts/lineage-model.ts + --emit-interfaces + --option-to-nullable + za.co.absa.spline.model.PersistedDatasetDescriptor + za.co.absa.spline.model.DataLineage + + za.co.absa.spline.model.op.OperationProps + + + + + gen-ts-model-operation + process-classes + + java + + + true + true + + com.github.wajda + scala-ts_${scala.compat.version} + + com.mpc.scalats.CLI + + --out + ${project.basedir}/ui/src/generated-ts/operation-model.ts + --emit-interfaces + --option-to-nullable + za.co.absa.spline.model.op.Operation + za.co.absa.spline.model.op.Alias + za.co.absa.spline.model.op.Write + za.co.absa.spline.model.op.Filter + za.co.absa.spline.model.op.Sort + za.co.absa.spline.model.op.Aggregate + za.co.absa.spline.model.op.Generic + za.co.absa.spline.model.op.Join + za.co.absa.spline.model.op.Union + za.co.absa.spline.model.op.Projection + za.co.absa.spline.model.op.Read + za.co.absa.spline.model.op.Composite + + za.co.absa.spline.model.dt.DataType + + + + + gen-ts-model-expression + process-classes + + java + + + true + true + + com.github.wajda + scala-ts_${scala.compat.version} + + com.mpc.scalats.CLI + + --out + ${project.basedir}/ui/src/generated-ts/expression-model.ts + --emit-interfaces + --option-to-nullable + za.co.absa.spline.model.expr.Expression + za.co.absa.spline.model.expr.AttrRef + za.co.absa.spline.model.expr.Generic + za.co.absa.spline.model.expr.GenericLeaf + za.co.absa.spline.model.expr.Alias + za.co.absa.spline.model.expr.Binary + za.co.absa.spline.model.expr.UDF + za.co.absa.spline.model.expr.Literal + + + + + gen-ts-model-datatype + process-classes + + java + + + true + true + + com.github.wajda + scala-ts_${scala.compat.version} + + com.mpc.scalats.CLI + + --out + ${project.basedir}/ui/src/generated-ts/datatype-model.ts + --emit-interfaces + --option-to-nullable + za.co.absa.spline.model.dt.DataType + za.co.absa.spline.model.dt.Simple + za.co.absa.spline.model.dt.Struct + za.co.absa.spline.model.dt.Array + + + + + + + com.github.wajda + scala-ts_${scala.compat.version} + 0.4.0.0 + + + + + + maven-antrun-plugin + 1.7 + + + ui-package + prepare-package + + + Preparing UI build + + + + + + + + + + + + + + + + + Executing UI build + + + + + + + + + + + + run + + + + + + + org.apache.maven.plugins + maven-war-plugin + 2.2 + + false + + + ui/dist + /assets + false + + dist/**/*.js.map + + + + ui/src + /WEB-INF/html + true + + index.html + errors/*.html + + + + ui/src/static + / + false + + + + + ${maven.build.timestamp} + + + + + + + + org.apache.tomcat.maven + tomcat7-maven-plugin + + + tomcat-run + + exec-war-only + + package + + / + ${project.build.finalName}.exec.jar + + + + + + + + + + license-check + + + + org.apache.rat + apache-rat-plugin + + + ui/dist/** + ui/node_modules/** + ui/typings/** + ui/src/third-party-scripts/** + ui/src/generated-ts/** + + + + + + + \ No newline at end of file