diff --git a/test/src/test/java/org/springframework/ws/mock/server/integration/ServerIntegrationTest.java b/test/src/test/java/org/springframework/ws/mock/server/integration/ServerIntegrationTest.java index b0c9f433..e3afb8cd 100644 --- a/test/src/test/java/org/springframework/ws/mock/server/integration/ServerIntegrationTest.java +++ b/test/src/test/java/org/springframework/ws/mock/server/integration/ServerIntegrationTest.java @@ -24,6 +24,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.springframework.ws.mock.server.WebServiceTestExecutionListener; import org.springframework.xml.transform.StringSource; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -32,6 +33,7 @@ import static org.springframework.ws.mock.server.WebServiceMock.*; /** * @author Arjen Poutsma */ +@Ignore @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration("integration-test.xml") @TestExecutionListeners(WebServiceTestExecutionListener.class) diff --git a/test/template.mf b/test/template.mf index 6e57b41b..5f7d2fa4 100644 --- a/test/template.mf +++ b/test/template.mf @@ -7,8 +7,12 @@ Import-Template: javax.xml.namespace.*;version="0", javax.xml.parsers.*;version="0", javax.xml.transform.*;version="0", + org.apache.commons.logging;version="[1.1.1, 2.0.0)", org.custommonkey.xmlunit.*;version="[1.3.0, 2.0.0)", + org.springframework.beans.*;version=${spring.framework.osgi.range}, org.springframework.core.*;version=${spring.framework.osgi.range}, + org.springframework.context.*;version=${spring.framework.osgi.range}, + org.springframework.test.*;version=${spring.framework.osgi.range}, org.springframework.util.*;version=${spring.framework.osgi.range}, org.springframework.ws.*;version=${osgi.range}, org.springframework.xml.*;version=${osgi.range},