microsphere-redis-replicator-spring
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-replicator-spring</artifactId>
<version>0.2.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-parent</artifactId>
<version>0.2.8</version>
<relativePath>../microsphere-redis-parent/pom.xml</relativePath>
</parent>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-replicator-spring</artifactId>
<version>0.2.8</version>
<name>Microsphere :: Redis :: Replicator :: Spring</name>
<description>Microsphere Redis Replicator for Spring</description>
<url>https://github.com/microsphere-projects/microsphere-redis/microsphere-redis-parent/microsphere-redis-replicator-spring</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>mercyblitz</id>
<name>Mercy Ma</name>
<email>mercyblitz@gmail.com</email>
<organization>Microsphere</organization>
<roles>
<role>lead</role>
<role>architect</role>
<role>developer</role>
</roles>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com/microsphere-projects/microsphere-redis.git/microsphere-redis-parent/microsphere-redis-replicator-spring/microsphere-redis-parent/microsphere-redis-replicator-spring</connection>
<developerConnection>scm:git:ssh://git@github.com/microsphere-projects/microsphere-redis.git/microsphere-redis-parent/microsphere-redis-replicator-spring/microsphere-redis-parent/microsphere-redis-replicator-spring</developerConnection>
<url>git@github.com/microsphere-projects/microsphere-redis.git/microsphere-redis-parent/microsphere-redis-replicator-spring</url>
</scm>
<dependencies>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-context</artifactId>
<version>0.2.22</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-redis-spring</artifactId>
<version>0.2.8</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-annotation-processor</artifactId>
<version>0.3.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>3.5.10</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<version>4.3.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.kafka</groupId>
<artifactId>spring-kafka</artifactId>
<version>3.3.14</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>6.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>6.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-spring-test</artifactId>
<version>0.2.22</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.6.0.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.12.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.32</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>