impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.qsy7.java.modules.index.providers.elasticsearch</groupId>
<artifactId>impl</artifactId>
<version>0.3.4</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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.qsy7.java.modules.index.providers</groupId>
<artifactId>elasticsearch</artifactId>
<version>0.3.4</version>
</parent>
<groupId>io.github.qsy7.java.modules.index.providers.elasticsearch</groupId>
<artifactId>impl</artifactId>
<dependencies>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.datastore.modules</groupId>-->
<!--<artifactId>google-guice-create-criteria-builder</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>elasticsearch</artifactId>
<version>0.3.4</version>
<type>pom</type>
</dependency>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.google-guice.modules</groupId>-->
<!--<artifactId>guava-executor-service</artifactId>-->
<!--<version>0.1-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.queue.api</groupId>-->
<!--<artifactId>service</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.queue</groupId>-->
<!--<artifactId>impl</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--<scope>runtime</scope>-->
<!--</dependency>-->
<!-- USE JSON -->
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.providers</groupId>
<artifactId>jackson-json</artifactId>
<version>0.3.4</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.infrastructure.datastore.api</groupId>
<artifactId>model</artifactId>
<version>0.3.4</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>h2</artifactId>
<version>0.3.4</version>
<type>pom</type>
</dependency>
<!-- exclude this -->
<!--
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.9.1</version>
</dependency>
-->
</dependencies>
</project>