vpro-shared-elasticsearch
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-elasticsearch</artifactId> <version>5.9.1</version> </dependency>
<?xml version="1.0"?> <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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>vpro-shared-parent</artifactId> <groupId>nl.vpro.shared</groupId> <version>5.9.1</version> </parent> <artifactId>vpro-shared-elasticsearch</artifactId> <description>Shared interfaces and constants for the other elasticsearch modules in this project</description> <properties> <vpro.shared.module.postfix>elasticsearch</vpro.shared.module.postfix> </properties> <dependencies> <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> </dependency> <dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-util</artifactId> </dependency> <dependency> <groupId>nl.vpro.shared</groupId> <artifactId>vpro-shared-jackson2</artifactId> </dependency> </dependencies> </project>