geowave-format-twitter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-format-twitter</artifactId> <version>2.0.1</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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-extension-parent</artifactId> <relativePath>../../</relativePath> <version>2.0.1</version> </parent> <artifactId>geowave-format-twitter</artifactId> <name>GeoWave Twitter Format Support</name> <description>GeoWave ingest support for twitter API</description> <dependencies> <dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-adapter-vector</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.locationtech.geowave</groupId> <artifactId>geowave-core-ingest</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>javax.json</groupId> <artifactId>javax.json-api</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>org.glassfish</groupId> <artifactId>javax.json</artifactId> <version>1.0.4</version> </dependency> </dependencies> <profiles> <profile> <id>build-installer-plugin</id> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> </plugin> </plugins> </build> </profile> </profiles> </project>