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'
|
||||
dependencies {
|
||||
|
||||
@@ -182,7 +182,7 @@ project('spring-rabbit') {
|
||||
description = 'Spring RabbitMQ Support'
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-amqp-core")
|
||||
compile project(":spring-amqp")
|
||||
testCompile project(":spring-erlang")
|
||||
|
||||
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-rabbit'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user