cassandra-metadata-extractor-connector
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.odpi.egeria</groupId> <artifactId>cassandra-metadata-extractor-connector</artifactId> <version>2.10</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- SPDX-License-Identifier: Apache-2.0 --> <!-- Copyright Contributors to the ODPi Egeria project. --> <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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>data-platform-connectors</artifactId> <groupId>org.odpi.egeria</groupId> <version>2.10</version> </parent> <modelVersion>4.0.0</modelVersion> <scm> <connection>scm:git:git://github.com/odpi/egeria.git</connection> <developerConnection>scm:git:ssh://github.com/odpi/egeria.git</developerConnection> <url>http://github.com/odpi/egeria/tree/master</url> </scm> <artifactId>cassandra-metadata-extractor-connector</artifactId> <name>Cassandra Metadata Extractor Connector</name> <description> The cassandra data platform connector provides support for maintaining metadata for a Cassandra Data Platform. </description> <dependencies> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>open-connector-framework</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>repository-services-apis</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-core</artifactId> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>data-platform-services-connector</artifactId> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>data-platform-client</artifactId> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>data-platform-api</artifactId> </dependency> <dependency> <groupId>org.odpi.egeria</groupId> <artifactId>cassandra-data-store-connector</artifactId> </dependency> <dependency> <groupId>com.github.spotbugs</groupId> <artifactId>spotbugs-annotations</artifactId> </dependency> </dependencies> </project>