AMQP-270 Fix Bundlor
Missing package in manifest - no support for explicit package imports. Update gradle bundlor plugin to a version that supports explicit imports.
This commit is contained in:
@@ -10,7 +10,7 @@ buildscript {
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.springframework.build.gradle:docbook-reference-plugin:0.1.5'
|
||||
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.2'
|
||||
classpath 'org.springframework.build.gradle:bundlor-plugin:0.1.3'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -204,6 +204,7 @@ project('spring-rabbit') {
|
||||
}
|
||||
bundlor {
|
||||
bundleSymbolicName = 'org.springframework.amqp.rabbit'
|
||||
importPackage += ['org.springframework.jmx.support;version="[3.0.5, 4.0.0)"']
|
||||
importTemplate += [
|
||||
'com.rabbitmq.client;version="[2.5.0, 3.0.0)"',
|
||||
'com.rabbitmq.utility;version="[2.5.0, 3.0.0)"',
|
||||
@@ -213,9 +214,9 @@ project('spring-rabbit') {
|
||||
'org.apache.log4j.spi;version="['+log4jVersion+', 1.3.0)";resolution:="optional"',
|
||||
|
||||
// change these for each release
|
||||
'org.springframework.amqp;version="[1.1.3, 1.1.4)"',
|
||||
'org.springframework.amqp.core;version="[1.1.3, 1.1.4)"',
|
||||
'org.springframework.amqp.support.converter;version="[1.1.3, 1.1.4)"',
|
||||
'org.springframework.amqp;version="[1.1.4, 1.1.5)"',
|
||||
'org.springframework.amqp.core;version="[1.1.4, 1.1.5)"',
|
||||
'org.springframework.amqp.support.converter;version="[1.1.4, 1.1.5)"',
|
||||
|
||||
'org.springframework.aop;version="[3.0.5, 4.0.0)"',
|
||||
'org.springframework.aop.framework;version="[3.0.5, 4.0.0)"',
|
||||
|
||||
Reference in New Issue
Block a user