azure-cosmos-spark_3-1_2-12
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.azure.cosmos.spark</groupId> <artifactId>azure-cosmos-spark_3-1_2-12</artifactId> <version>4.17.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>com.azure.cosmos.spark</groupId> <artifactId>azure-cosmos-spark_3-1_2-12</artifactId> <name>OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API</name> <version>4.17.2</version> <description>OLTP Spark 3.1 Connector for Azure Cosmos DB SQL API</description> <url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3-1_2-12</url> <developers> <developer> <id>microsoft</id> <name>Microsoft Corporation</name> </developer> </developers> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:https://github.com/Azure/azure-sdk-for-java.git/sdk/cosmos/azure-cosmos-spark_3-1_2-12</connection> <url>https://github.com/Azure/azure-sdk-for-java/sdk/cosmos/azure-cosmos-spark_3-1_2-12</url> </scm> <organization> <name>Microsoft Corporation</name> <url>http://microsoft.com</url> </organization> <dependencies> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-sql_2.12</artifactId> <version>3.1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.spark</groupId> <artifactId>spark-hive_2.12</artifactId> <version>3.1.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>hive-common</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>hive-exec</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>hive-metastore</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>hive-serde</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>hive-shims</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>hive-llap-common</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>hive-llap-client</artifactId> <groupId>org.apache.hive</groupId> </exclusion> <exclusion> <artifactId>commons-httpclient</artifactId> <groupId>commons-httpclient</groupId> </exclusion> <exclusion> <artifactId>joda-time</artifactId> <groupId>joda-time</groupId> </exclusion> <exclusion> <artifactId>jodd-core</artifactId> <groupId>org.jodd</groupId> </exclusion> <exclusion> <artifactId>datanucleus-core</artifactId> <groupId>org.datanucleus</groupId> </exclusion> <exclusion> <artifactId>libthrift</artifactId> <groupId>org.apache.thrift</groupId> </exclusion> <exclusion> <artifactId>libfb303</artifactId> <groupId>org.apache.thrift</groupId> </exclusion> <exclusion> <artifactId>derby</artifactId> <groupId>org.apache.derby</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.10</version> <scope>provided</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>4.5.1</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>byte-buddy</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> <exclusion> <artifactId>byte-buddy-agent</artifactId> <groupId>net.bytebuddy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.projectreactor</groupId> <artifactId>reactor-test</artifactId> <version>3.4.27</version> <scope>test</scope> </dependency> <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> <version>3.22.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.2.2</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalatest-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-featurespec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-freespec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-funsuite_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-funspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-propspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-refspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-wordspec_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-diagrams_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-matchers-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-shouldmatchers_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> <exclusion> <artifactId>scalatest-mustmatchers_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest-flatspec_2.12</artifactId> <version>3.2.3</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalatest-core_2.12</artifactId> <groupId>org.scalatest</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.scalactic</groupId> <artifactId>scalactic_2.12</artifactId> <version>3.2.3</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalamock</groupId> <artifactId>scalamock_2.12</artifactId> <version>5.0.0</version> <scope>test</scope> <exclusions> <exclusion> <artifactId>scalameta_2.12</artifactId> <groupId>org.scalameta</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <version>0.8.8</version> <classifier>runtime</classifier> <scope>test</scope> </dependency> </dependencies> </project>