AMQP-27 updated template.mf RabbitMQ client version range minimum to 1.8.1
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
</parent>
|
||||
<artifactId>spring-amqp-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Spring AMQP Abstraction Layer</name>
|
||||
<name>Spring AMQP Core</name>
|
||||
<dependencies>
|
||||
<!-- Spring -->
|
||||
<dependency>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Bundle-SymbolicName: org.springframework.otp
|
||||
Bundle-Name: Spring OTP Support
|
||||
Bundle-SymbolicName: org.springframework.erlang
|
||||
Bundle-Name: Spring Erlang Support
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
|
||||
@@ -6,7 +6,7 @@ Import-Template:
|
||||
org.springframework.*;version="[3.0.3, 4.0.0)",
|
||||
org.springframework.amqp.*;version="[1.0.0, 1.1.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
com.rabbitmq.*;version="[1.7.2, 2.0.0)",
|
||||
com.rabbitmq.*;version="[1.8.1, 2.0.0)",
|
||||
com.ericsson.otp.erlang;version="[1.5.3, 2.0.0)",
|
||||
org.junit.*;version="0",
|
||||
org.w3c.dom.*;version="0",
|
||||
|
||||
@@ -5,7 +5,7 @@ Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.springframework.*;version="[3.0.3, 4.0.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
com.rabbitmq.*;version="[1.7.2, 2.0.0)",
|
||||
com.rabbitmq.*;version="[1.8.1, 2.0.0)",
|
||||
org.junit.*;version="0",
|
||||
org.w3c.dom.*;version="0",
|
||||
javax.xml.*;version="0"
|
||||
|
||||
Reference in New Issue
Block a user