Rename spring-amqp-core to spring-amqp
Rename spring-amqp-core artifact back to spring-amqp
This commit is contained in:
@@ -124,7 +124,7 @@ subprojects { subproject ->
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
project('spring-amqp-core') {
|
project('spring-amqp') {
|
||||||
description = 'Spring AMQP Core'
|
description = 'Spring AMQP Core'
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
@@ -182,7 +182,7 @@ project('spring-rabbit') {
|
|||||||
description = 'Spring RabbitMQ Support'
|
description = 'Spring RabbitMQ Support'
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
compile project(":spring-amqp-core")
|
compile project(":spring-amqp")
|
||||||
testCompile project(":spring-erlang")
|
testCompile project(":spring-erlang")
|
||||||
|
|
||||||
compile "com.rabbitmq:amqp-client:$rabbitmqVersion"
|
compile "com.rabbitmq:amqp-client:$rabbitmqVersion"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
rootProject.name = 'spring-amqp'
|
rootProject.name = 'spring-amqp-dist'
|
||||||
|
|
||||||
include 'spring-amqp-core'
|
include 'spring-amqp'
|
||||||
include 'spring-erlang'
|
include 'spring-erlang'
|
||||||
include 'spring-rabbit'
|
include 'spring-rabbit'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user