core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.qsy7.java.modules.remote.impl</groupId>
<artifactId>core</artifactId>
<version>0.3.2</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>io.github.qsy7.java.modules.remote</groupId>
<artifactId>impl</artifactId>
<version>0.3.2</version>
</parent>
<groupId>io.github.qsy7.java.modules.remote.impl</groupId>
<artifactId>core</artifactId>
<dependencies>
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.datastore.providers.jdo.modules</groupId>-->
<!--<artifactId>criteria</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<!-- External Queue Service -->
<!-- responsible for reading/writing from external queues and placing messages in local queues -->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.queue.modules.external</groupId>-->
<!--<artifactId>api</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.queue.modules.external</groupId>-->
<!--<artifactId>impl</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--<scope>runtime</scope>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.queue.modules.external.providers</groupId>-->
<!--<artifactId>amazon-sqs</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--<scope>runtime</scope>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.queue.modules.external.providers</groupId>-->
<!--<artifactId>local</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--<scope>runtime</scope>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.queue.modules.external.providers</groupId>-->
<!--<artifactId>google-cloud-pub-sub</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--<scope>runtime</scope>-->
<!--</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.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>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.infrastructure.google-guice.modules</groupId>-->
<!--<artifactId>guava-event-bus</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<dependency>
<groupId>io.github.qsy7.java.modules.compression.api</groupId>
<artifactId>service</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.compression.modules.xz</groupId>
<artifactId>impl</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.encryption</groupId>
<artifactId>api</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.encryption</groupId>
<artifactId>impl</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.api</groupId>
<artifactId>service</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.infrastructure.inject</groupId>
<artifactId>core</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.ip.api</groupId>
<artifactId>service</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.ip</groupId>
<artifactId>impl</artifactId>
<version>0.3.2</version>
<scope>runtime</scope>
</dependency>
<!-- this is required to get the UUID of the client -->
<dependency>
<groupId>io.github.qsy7.java.modules.shell</groupId>
<artifactId>impl</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.file.modules</groupId>
<artifactId>watcher</artifactId>
<version>0.3.2</version>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>commons-codec</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.dependencies</groupId>
<artifactId>json</artifactId>
<version>0.3.2</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.github.qsy7.java.modules.queue.modules.external</groupId>
<artifactId>api</artifactId>
<version>0.3.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<!-- use amazon to provide the backend messaging service -->
<id>snakeyaml</id>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.providers</groupId>
<artifactId>snakeyaml</artifactId>
<version>0.3.2</version>
</dependency>
</dependencies>
</profile>
<profile>
<!-- use a local file store to provide the backend messaging service (for testing) -->
<id>jackson</id>
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.providers</groupId>
<artifactId>jackson-json</artifactId>
<version>0.3.2</version>
</dependency>
</dependencies>
</profile>
<profile>
<!-- use a local file store to provide the backend messaging service (for testing) -->
<id>native</id>
<!--<activation>-->
<!--<activeByDefault>true</activeByDefault>-->
<!--</activation>-->
<dependencies>
<dependency>
<groupId>io.github.qsy7.java.modules.serialization.providers</groupId>
<artifactId>native</artifactId>
<version>0.3.2</version>
</dependency>
</dependencies>
</profile>
<!--<profile>-->
<!--<!– use a local file store to provide the backend messaging service (for testing) –>-->
<!--<id>kryo</id>-->
<!--<activation>-->
<!--<activeByDefault>true</activeByDefault>-->
<!--</activation>-->
<!--<dependencies>-->
<!--<dependency>-->
<!--<groupId>io.github.qsy7.java.modules.serialization.providers.kryo</groupId>-->
<!--<artifactId>impl</artifactId>-->
<!--<version>0.0.15-SNAPSHOT</version>-->
<!--</dependency>-->
<!--</dependencies>-->
<!--</profile>-->
</profiles>
</project>