diff --git a/pom.xml b/pom.xml index a17cef4..d02673c 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ spring-platform-starter + spring-platform-starter-bus-amqp spring-platform-starter-cloudfoundry spring-platform-starter-eureka spring-platform-starter-hystrix @@ -59,6 +60,11 @@ spring-platform-starter-cloudfoundry 1.0.0.BUILD-SNAPSHOT + + org.springframework.platform + spring-platform-starter-bus-amqp + 1.0.0.BUILD-SNAPSHOT + org.springframework.platform spring-platform-starter-eureka diff --git a/spring-platform-starter-bus-amqp/pom.xml b/spring-platform-starter-bus-amqp/pom.xml new file mode 100644 index 0000000..4598394 --- /dev/null +++ b/spring-platform-starter-bus-amqp/pom.xml @@ -0,0 +1,44 @@ + + + 4.0.0 + + org.springframework.platform + spring-platform-starters + 1.0.0.BUILD-SNAPSHOT + + spring-platform-starter-bus-amqp + spring-platform-starter-bus-amqp + Spring Platform Starter + http://projects.spring.io/spring-boot/ + + Pivotal Software, Inc. + http://www.spring.io + + + ${basedir}/../.. + + + + org.springframework.platform + spring-platform-starter + + + org.springframework.integration + spring-integration-java-dsl + 1.0.0.M2 + + + org.springframework.integration + spring-integration-amqp + + + org.springframework.integration + spring-integration-event + + + org.springframework.platform + spring-platform-bus + 1.0.0.BUILD-SNAPSHOT + + + diff --git a/spring-platform-starter-bus-amqp/src/main/resources/META-INF/spring.provides b/spring-platform-starter-bus-amqp/src/main/resources/META-INF/spring.provides new file mode 100644 index 0000000..2512f83 --- /dev/null +++ b/spring-platform-starter-bus-amqp/src/main/resources/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-platform-bus \ No newline at end of file