XD-3242 created spring-cloud-streams-codec
Port MessageBus code from XD (XD-3244) Fix Deprecated API Usage; Fix Imports (GH-9) Change poms to compile using JDK7 Move transport specific test classes into binding-<transport> projects
This commit is contained in:
committed by
Mark Pollack
parent
cb75353aeb
commit
5377eaf258
@@ -3,11 +3,8 @@
|
||||
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>
|
||||
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-streams-sample-source</artifactId>
|
||||
<version>1.0.0.BUILD-SNAPSHOT</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>spring-cloud-streams-sample-source</name>
|
||||
<description>Demo project for Spring XD module</description>
|
||||
|
||||
@@ -29,8 +26,8 @@
|
||||
<artifactId>spring-cloud-streams</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.xd</groupId>
|
||||
<artifactId>spring-xd-messagebus-redis</artifactId>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-streams-binding-redis</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
||||
Reference in New Issue
Block a user