updated spring-integration and spring version ranges in template.mf files, and also updated spring-ws to 1.5.7.A and spring-security to 2.0.5.RELEASE

This commit is contained in:
Mark Fisher
2009-08-03 22:44:27 +00:00
parent 87f4e1f3f4
commit ee25237f0b
20 changed files with 84 additions and 84 deletions

View File

@@ -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.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.remoting;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.remoting;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.w3c.dom.*;version="0"

View File

@@ -3,7 +3,7 @@ Bundle-Name: Spring Integration ApplicationEvent Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)"

View File

@@ -4,9 +4,9 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -3,12 +3,12 @@ Bundle-Name: Spring Integration HTTP Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context.*;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.web.*;version="[2.5.6.A, 3.1.0)";resolution:=optional,
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.web.*;version="[3.0.0, 4.0.0)";resolution:=optional,
org.apache.commons.httpclient.*;version="[3.1.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,

View File

@@ -3,13 +3,13 @@ Bundle-Name: Spring Integration HttpInvoker Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.remoting.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.web;version="[2.5.6.A, 3.1.0)";resolution:=optional,
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.remoting.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.web;version="[3.0.0, 4.0.0)";resolution:=optional,
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,
org.w3c.dom.*;version="0"

View File

@@ -3,13 +3,13 @@ Bundle-Name: Spring Integration JMS Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.jms.*;version="[2.5.6.A, 3.1.0)",
org.springframework.transaction.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.jms.*;version="[3.0.0, 4.0.0)",
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.jms;version="[1.1.0, 2.0.0)";resolution:=optional,
org.w3c.dom.*;version="0"

View File

@@ -3,12 +3,12 @@ Bundle-Name: Spring Integration Mail Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.mail.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util.*;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.mail.*;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.mail.*;version="[1.4.0, 2.0.0)",
com.sun.mail.imap.*;version="[1.4.0, 2.0.0)";resolution:=optional,

View File

@@ -3,11 +3,11 @@ Bundle-Name: Spring Integration RMI Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.remoting.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.remoting.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -16,7 +16,7 @@
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.transaction/3.0.0.CI-348/org.springframework.transaction-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.transaction/3.0.0.CI-348/org.springframework.transaction-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.security/org.springframework.security/2.0.4.A/org.springframework.security-2.0.4.A.jar" sourcepath="/IVY_CACHE/org.springframework.security/org.springframework.security/2.0.4.A/org.springframework.security-sources-2.0.4.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.security/org.springframework.security/2.0.5.RELEASE/org.springframework.security-2.0.5.RELEASE.jar" sourcepath="/IVY_CACHE/org.springframework.security/org.springframework.security/2.0.5.RELEASE/org.springframework.security-sources-2.0.5.RELEASE.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

View File

@@ -26,7 +26,7 @@
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.transaction" rev="${spring.version}" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.security" name="org.springframework.security" rev="2.0.4.A" conf="compile->runtime">
<dependency org="org.springframework.security" name="org.springframework.security.core" rev="2.0.5.RELEASE" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
</dependencies>

View File

@@ -5,10 +5,10 @@ Bundle-ManifestVersion: 2
Import-Template:
org.aopalliance.*;version="[1.0.0, 2.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.aop.*;version="[2.5.6.A, 3.1.0)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.core;version="[2.5.6.A, 3.1.0)",
org.springframework.util.*;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.security.*;version="[2.0.4.A, 3.0.0)",
org.springframework.aop.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.security.*;version="[2.0.5.RELEASE, 3.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.w3c.dom.*;version="0"

View File

@@ -3,8 +3,8 @@ Bundle-Name: Spring Integration Test Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.*;version="[2.5.6.A, 3.1.0)",
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.junit.*;version="[4.6.0, 4.7.0)",
org.mockito.*;version="[1.6.0,1.7.0]",
org.hamcrest.*;version="[1.1.0, 1.1.0]"
org.mockito.*;version="[1.6.0, 1.7.0]",
org.hamcrest.*;version="[1.1.0, 1.1.0]"

View File

@@ -13,9 +13,9 @@
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.context/3.0.0.CI-348/org.springframework.context-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.context/3.0.0.CI-348/org.springframework.context-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.core/3.0.0.CI-348/org.springframework.core-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.core/3.0.0.CI-348/org.springframework.core-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.ws/1.5.5.A/org.springframework.ws-1.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.ws/1.5.5.A/org.springframework.ws-sources-1.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.5.A/org.springframework.oxm-1.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.5.A/org.springframework.oxm-sources-1.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.5.A/org.springframework.xml-1.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.5.A/org.springframework.xml-sources-1.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.ws/1.5.7.A/org.springframework.ws-1.5.7.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.ws/1.5.7.A/org.springframework.ws-sources-1.5.7.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.7.A/org.springframework.oxm-1.5.7.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.7.A/org.springframework.oxm-sources-1.5.7.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.7.A/org.springframework.xml-1.5.7.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.7.A/org.springframework.xml-sources-1.5.7.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-3.0.0.CI-348.jar" sourcepath="IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.junit/com.springsource.org.junit/4.6.0/com.springsource.org.junit-4.6.0.jar" sourcepath="/IVY_CACHE/org.junit/com.springsource.org.junit/4.6.0/com.springsource.org.junit-sources-4.6.0.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.mockito/com.springsource.org.mockito/1.6.0/com.springsource.org.mockito-1.6.0.jar" sourcepath="/IVY_CACHE/org.mockito/com.springsource.org.mockito/1.6.0/com.springsource.org.mockito-sources-1.6.0.jar"/>

View File

@@ -24,10 +24,10 @@
<dependency org="javax.xml.soap" name="com.springsource.javax.xml.soap" rev="1.3.0" conf="provided->runtime"/>
<dependency org="javax.xml.stream" name="com.springsource.javax.xml.stream" rev="1.0.1" conf="provided->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration.adapter" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.5.A" conf="compile->runtime">
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.7.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
<dependency org="org.springframework.ws" name="org.springframework.ws" rev="1.5.5.A" conf="compile->runtime">
<dependency org="org.springframework.ws" name="org.springframework.ws" rev="1.5.7.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
<!-- test dependencies -->

View File

@@ -3,12 +3,12 @@ Bundle-Name: Spring Integration Web Services Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.context;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.oxm;version="[1.5.5.A, 2.0.0)",
org.springframework.ws.*;version="[1.5.5.A, 2.0.0)",
org.springframework.xml.transform;version="[1.5.5.A, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)",
org.springframework.ws.*;version="[1.5.7.A, 2.0.0)",
org.springframework.xml.transform;version="[1.5.7.A, 2.0.0)",
org.w3c.dom.*;version="0",
javax.xml.*;version="0"

View File

@@ -15,9 +15,9 @@
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.context/3.0.0.CI-348/org.springframework.context-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.context/3.0.0.CI-348/org.springframework.context-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.core/3.0.0.CI-348/org.springframework.core-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.core/3.0.0.CI-348/org.springframework.core-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.expression/3.0.0.CI-348/org.springframework.expression-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.5.A/org.springframework.oxm-1.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.5.A/org.springframework.oxm-sources-1.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.oxm.java5/1.5.5.A/org.springframework.oxm.java5-1.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.oxm.java5/1.5.5.A/org.springframework.oxm.java5-sources-1.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.5.A/org.springframework.xml-1.5.5.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.5.A/org.springframework.xml-sources-1.5.5.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.7.A/org.springframework.oxm-1.5.7.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.oxm/1.5.7.A/org.springframework.oxm-sources-1.5.7.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.oxm.java5/1.5.7.A/org.springframework.oxm.java5-1.5.7.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.oxm.java5/1.5.7.A/org.springframework.oxm.java5-sources-1.5.7.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.7.A/org.springframework.xml-1.5.7.A.jar" sourcepath="/IVY_CACHE/org.springframework.ws/org.springframework.xml/1.5.7.A/org.springframework.xml-sources-1.5.7.A.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-3.0.0.CI-348.jar" sourcepath="/IVY_CACHE/org.springframework/org.springframework.test/3.0.0.CI-348/org.springframework.test-sources-3.0.0.CI-348.jar"/>
<classpathentry kind="var" path="IVY_CACHE/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-1.2.0.jar" sourcepath="/IVY_CACHE/org.custommonkey.xmlunit/com.springsource.org.custommonkey.xmlunit/1.2.0/com.springsource.org.custommonkey.xmlunit-sources-1.2.0.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/org.springframework.integration"/>

View File

@@ -29,10 +29,10 @@
<dependency org="org.springframework" name="org.springframework.context" rev="${spring.version}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.5.A" conf="compile->runtime">
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.7.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
<dependency org="org.springframework.ws" name="org.springframework.oxm.java5" rev="1.5.5.A" conf="test->runtime">
<dependency org="org.springframework.ws" name="org.springframework.oxm.java5" rev="1.5.7.A" conf="test->runtime">
<exclude org="org.springframework"/>
</dependency>
</dependencies>

View File

@@ -3,12 +3,12 @@ Bundle-Name: Spring Integration XML Support
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[1.0.3, 1.0.4)",
org.springframework.beans.*;version="[2.5.6.A, 3.1.0)",
org.springframework.core.*;version="[2.5.6.A, 3.1.0)",
org.springframework.util;version="[2.5.6.A, 3.1.0)",
org.springframework.oxm;version="[1.5.5.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.5.A, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.7.A, 2.0.0)",
org.w3c.dom.*;version="0",
org.xml.sax.*;version="0",
javax.xml.*;version="0"

View File

@@ -3,7 +3,7 @@ Bundle-Name: Spring Integration Core
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.*;version="[2.5.6.A, 3.1.0)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.aopalliance.*;version="[1.0.0,2.0.0)",
org.aopalliance.*;version="[1.0.0, 2.0.0)",
org.w3c.dom.*;version="0"