impl
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.qsy7.java.modules.queue</groupId>
<artifactId>impl</artifactId>
<version>0.3.3</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</groupId>
<artifactId>queue</artifactId>
<version>0.3.3</version>
</parent>
<groupId>io.github.qsy7.java.modules.queue</groupId>
<artifactId>impl</artifactId>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.infrastructure.datastore.api</groupId>
<artifactId>repository</artifactId>
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.infrastructure.inject</groupId>
<artifactId>core</artifactId>
<version>0.3.3</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.queue.api</groupId>
<artifactId>service</artifactId>
<version>0.3.3</version>
</dependency>
<!-- <dependency>
<groupId>io.github.qsy7.java.modules.queue.modules.event</groupId>
<artifactId>api</artifactId>
<version>0.3.3</version>
</dependency> -->
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.api</groupId>
<artifactId>service</artifactId>
<version>0.3.3</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.google-guice.modules</groupId>-->
<!--<artifactId>guava-executor-service</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<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.modules.encryption</groupId>
<artifactId>api</artifactId>
<version>0.3.3</version>
</dependency>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.google-guice.modules</groupId>-->
<!--<artifactId>property-test</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>p6spy</artifactId>
<version>0.3.3</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>hikari-jdbc-connection-pool</artifactId>
<version>0.3.3</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>hibernate-hikari</artifactId>
<version>0.3.3</version>
<type>pom</type>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure</groupId>-->
<!--<artifactId>interruptable</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
</dependencies>
<profiles>
<profile>
<id>postgres</id>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>postgresql</artifactId>
<version>0.3.3</version>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>h2</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>h2</artifactId>
<version>0.3.3</version>
<type>pom</type>
<scope>test</scope>
</dependency>
</dependencies>
</profile>
<profile>
<id>jackson-json</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<dependencies>
<!-- TODO: specific module should be specified @ runtime -->
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.providers</groupId>
<artifactId>jackson-json</artifactId>
<version>0.3.3</version>
</dependency>
</dependencies>
</profile>
</profiles>
</project>