Moving the Redis Binder out to its own repo

removed redis starter
This commit is contained in:
Mark Fisher
2016-03-17 08:53:14 -04:00
committed by Marius Bogoevici
parent f9f92ae184
commit 2b397b45a7
18 changed files with 5 additions and 1844 deletions

View File

@@ -1,7 +1,6 @@
<?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>
<artifactId>spring-cloud-stream-binders-parent</artifactId>
<packaging>pom</packaging>
<url>https://github.com/spring-cloud/spring-cloud-stream</url>
@@ -9,6 +8,7 @@
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-parent</artifactId>
@@ -16,12 +16,11 @@
</parent>
<modules>
<module>spring-cloud-stream-binder-test</module>
<module>spring-cloud-stream-binder-rabbit</module>
<module>spring-cloud-stream-binder-redis</module>
<module>spring-cloud-stream-binder-kafka</module>
<module>spring-cloud-stream-binder-rabbit</module>
<module>spring-cloud-stream-binder-test</module>
</modules>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>