fabric-cosmos-spark-auth_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.azure.cosmos.spark</groupId> <artifactId>fabric-cosmos-spark-auth_3</artifactId> <version>1.0.0</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>fabric-cosmos-spark-auth_3</artifactId> <name>OLTP Spark Connector for Azure Cosmos DB SQL API Account Data Resolver for Fabric</name> <version>1.0.0</version> <description>OLTP Spark Connector for Azure Cosmos DB SQL API Account Data Resolver for Fabric</description> <url>https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/fabric-cosmos-spark-auth_3</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/fabric-cosmos-spark-auth_3</connection> <url>https://github.com/Azure/azure-sdk-for-java/sdk/cosmos/fabric-cosmos-spark-auth_3</url> </scm> <organization> <name>Microsoft Corporation</name> <url>http://microsoft.com</url> </organization> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.19</version> <scope>provided</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> <exclusion> <artifactId>scala-reflect</artifactId> <groupId>org.scala-lang</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> <exclusion> <artifactId>scala-reflect</artifactId> <groupId>org.scala-lang</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>com.microsoft.azure.synapse</groupId> <artifactId>synapseutils_2.12</artifactId> <version>1.5.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.azure.cosmos.spark</groupId> <artifactId>azure-cosmos-spark_3-5_2-12</artifactId> <version>4.39.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <version>1.7.36</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.jacoco</groupId> <artifactId>org.jacoco.agent</artifactId> <version>0.8.13</version> <classifier>runtime</classifier> <scope>test</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-simple</artifactId> <version>1.7.36</version> <scope>test</scope> </dependency> </dependencies> </project>