vertexium-elasticsearch-parentchild
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.neolumin.vertexium</groupId> <artifactId>vertexium-elasticsearch-parentchild</artifactId> <version>0.9.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/xsd/maven-4.0.0.xsd"> <parent> <artifactId>vertexium-root</artifactId> <groupId>org.neolumin.vertexium</groupId> <version>0.9.0</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vertexium-elasticsearch-parentchild</artifactId> <name>Vertexium: Elasticsearch: Parent/Child</name> <dependencies> <dependency> <groupId>org.neolumin.vertexium</groupId> <artifactId>vertexium-elasticsearch-base</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>${slf4j.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>${commons-io.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.neolumin.vertexium</groupId> <artifactId>vertexium-test</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.neolumin.vertexium</groupId> <artifactId>vertexium-inmemory</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.neolumin.vertexium</groupId> <artifactId>vertexium-elasticsearch-plugin</artifactId> <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> <groupId>org.codehaus.groovy</groupId> <artifactId>groovy</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> </plugin> </plugins> </build> </project>