spark-commons-test_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>za.co.absa</groupId> <artifactId>spark-commons-test_2.11</artifactId> <version>0.6.1</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>za.co.absa</groupId> <artifactId>spark-commons-test_2.11</artifactId> <packaging>jar</packaging> <description>Spark Common Utilities for ABSA</description> <url>https://github.com/AbsaOSS/spark-commons</url> <version>0.6.1</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>spark-commons-test</name> <inceptionYear>2021</inceptionYear> <organization> <name>ABSA Group Limited</name> <url>https://www.absa.africa</url> </organization> <scm> <url>https://github.com/AbsaOSS/spark-commons/tree/master</url> <connection>scm:git:git://github.com/AbsaOSS/spark-commons.git</connection> <developerConnection>scm:git:ssh://github.com/AbsaOSS/spark-commons.git</developerConnection> </scm> <developers> <developer> <id>Zejnilovic</id> <name>Sasa Zejnilovic</name> <url>https://github.com/Zejnilovic</url> <email>sasa.zejnilovic@absa.africa</email> </developer> <developer> <id>benedeki</id> <name>David Benedeki</name> <url>https://github.com/benedeki</url> <email>david.benedeki@absa.africa</email> </developer> <developer> <id>dk1844</id> <name>Daniel Kavan</name> <url>https://github.com/dk1844</url> <email>daniel.kavan@absa.africa</email> </developer> <developer> <id>AdrianOlosutean</id> <name>Adrian Olosutean</name> <url>https://github.com/AdrianOlosutean</url> <email>adrian.olosutean@absa.africa</email> </developer> <developer> <id>lsulak</id> <name>Ladislav Sulak</name> <url>https://github.com/lsulak</url> <email>ladislav.sulak@absa.africa</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.11</artifactId> <version>3.2.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-scala_2.11</artifactId> <version>1.17.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-core_2.11</artifactId> <version>2.4.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.11</artifactId> <version>2.4.8</version> <scope>provided</scope> </dependency> </dependencies> </project>