This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.0.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 278bf187d373012b0c14a4a86d451a239d2a8104 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Nov 7 20:48:05 2017 +0000 Fixing merge --- .../src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java | 1 + 1 file changed, 1 insertion(+) diff --git a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java index 579eeb9..676913a 100644 --- a/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java +++ b/systests/ws-security/src/test/java/org/apache/cxf/systest/ws/fault/FaultTest.java @@ -39,6 +39,7 @@ import org.apache.cxf.endpoint.Client; import org.apache.cxf.jaxws.DispatchImpl; import org.apache.cxf.systest.ws.common.SecurityTestUtil; import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase; +import org.apache.cxf.ws.security.SecurityConstants; import org.apache.wss4j.dom.WSConstants; import org.example.contract.doubleit.DoubleItPortType; import org.junit.BeforeClass; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
