Fix manifests missing spring-commons imports (INT-1427)
This commit is contained in:
@@ -3,6 +3,7 @@ Bundle-Name: Spring Integration Core
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.springframework.commons.*;version="[1.0.0, 2.0.0)",
|
||||
org.springframework.*;version="[3.0.3, 4.0.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
org.aopalliance.*;version="[1.0.0, 2.0.0)",
|
||||
|
||||
@@ -4,8 +4,8 @@ Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
org.springframework.commons.*;version="[1.0.0, 2.0.0)",
|
||||
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
|
||||
org.springframework.commons.*;version="[2.0.0, 2.0.1)",
|
||||
org.springframework.beans.*;version="[3.0.3, 4.0.0)",
|
||||
org.springframework.context;version="[3.0.3, 4.0.0)",
|
||||
org.springframework.core.*;version="[3.0.3, 4.0.0)",
|
||||
|
||||
@@ -3,6 +3,7 @@ Bundle-Name: Spring Integration JDBC Support
|
||||
Bundle-Vendor: SpringSource
|
||||
Bundle-ManifestVersion: 2
|
||||
Import-Template:
|
||||
org.springframework.commons.*;version="[1.0.0, 2.0.0)",
|
||||
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
|
||||
org.springframework.*;version="[3.0.3, 4.0.0)",
|
||||
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
|
||||
|
||||
Reference in New Issue
Block a user