geowave-datastore-cassandra
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-datastore-cassandra</artifactId> <version>2.0.1</version> </dependency>
<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"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>geowave-extension-parent</artifactId> <groupId>org.locationtech.geowave</groupId> <relativePath>../../</relativePath> <version>2.0.1</version> </parent> <artifactId>geowave-datastore-cassandra</artifactId> <name>GeoWave Cassandra</name> <description>Geowave Data Store on Apache Cassandra</description> <dependencies> <dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-core-mapreduce</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-core-cli</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-query-builder</artifactId> <version>${cassandraclient.version}</version> </dependency> <dependency> <groupId>com.datastax.oss</groupId> <artifactId>java-driver-core</artifactId> <version>${cassandraclient.version}</version> </dependency> <dependency> <groupId>com.oath.cyclops</groupId> <artifactId>cyclops</artifactId> </dependency> </dependencies> <profiles> <profile> <id>build-installer-plugin</id> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> </plugin> </plugins> </build> </profile> </profiles> </project>