Upgrading to Spring 3.0.1

This commit is contained in:
Arjen Poutsma
2010-02-25 09:31:48 +00:00
parent 52206ca5f4
commit 9a608b4ba3
8 changed files with 32 additions and 67 deletions

View File

@@ -39,20 +39,6 @@
</profiles>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.1</version>
<configuration>
<excludes>
<!--TODO: include-->
<exclude>org/springframework/ws/server/endpoint/adapter/GenericMarshallingMethodEndpointAdapter.java</exclude>
</excludes>
<testExcludes>
<testExclude>org/springframework/ws/server/endpoint/adapter/GenericMarshallingMethodEndpointAdapterTest.java</testExclude>
<testExclude>org/springframework/ws/config/WebServicesNamespaceHandlerTigerTest.java</testExclude>
</testExcludes>
</configuration>
</plugin>
<plugin>
<groupId>com.springsource.bundlor</groupId>
<artifactId>com.springsource.bundlor.maven</artifactId>

View File

@@ -18,15 +18,15 @@ Import-Template:
org.apache.commons.logging.*;version="[1.1.1, 2.0.0)",
org.dom4j.*;version="[1.6.1, 2.0.0)";resolution:=optional,
org.jdom.*;version="[1.0.0, 2.0.0)";resolution:=optional,
org.springframework.aop.*;version="[3.0.0, 4.0.0)",
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.oxm.*;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.stereotype.*;version="[3.0.0, 4.0.0)",
org.springframework.validation.*;version="[3.0.0, 4.0.0)",
org.springframework.web.*;version="[3.0.0, 4.0.0)",
org.springframework.aop.*;version="[3.0.1, 4.0.0)",
org.springframework.beans.*;version="[3.0.1, 4.0.0)",
org.springframework.context.*;version="[3.0.1, 4.0.0)",
org.springframework.core.*;version="[3.0.1, 4.0.0)",
org.springframework.oxm.*;version="[3.0.1, 4.0.0)",
org.springframework.util.*;version="[3.0.1, 4.0.0)",
org.springframework.stereotype.*;version="[3.0.1, 4.0.0)",
org.springframework.validation.*;version="[3.0.1, 4.0.0)",
org.springframework.web.*;version="[3.0.1, 4.0.0)",
org.springframework.xml.*;version="[${version}, ${version}]",
org.w3c.dom.*;version="0",
org.xml.sax.*;version="0"