geowave-core-mapreduce
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-core-mapreduce</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-core-parent</artifactId> <groupId>org.locationtech.geowave</groupId> <relativePath>../</relativePath> <version>2.0.1</version> </parent> <artifactId>geowave-core-mapreduce</artifactId> <name>GeoWave MapReduce</name> <dependencies> <dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-core-cli</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-core-store</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>com.upplication</groupId> <artifactId>s3fs</artifactId> <version>1.5.3</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-client</artifactId> <exclusions> <exclusion> <artifactId>jdk.tools</artifactId> <groupId>jdk.tools</groupId> </exclusion> <exclusion> <artifactId>junit</artifactId> <groupId>junit</groupId> </exclusion> <exclusion> <artifactId>guava</artifactId> <groupId>com.google.guava</groupId> </exclusion> <exclusion> <groupId>javax.servlet</groupId> <artifactId>*</artifactId> </exclusion> <exclusion> <groupId>io.netty</groupId> <artifactId>netty</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>io.netty</groupId> <artifactId>netty-all</artifactId> </dependency> </dependencies> </project>