Fixing build
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a638e9b2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a638e9b2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a638e9b2 Branch: refs/heads/2.7.x-fixes Commit: a638e9b2d645c91b0bff68a2da62a8410071daba Parents: 18eeb44 Author: Colm O hEigeartaigh <[email protected]> Authored: Thu Sep 18 12:32:02 2014 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Thu Sep 18 12:32:02 2014 +0100 ---------------------------------------------------------------------- .../cxf/systest/sts/delegation/SAMLDelegationTest.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a638e9b2/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/delegation/SAMLDelegationTest.java ---------------------------------------------------------------------- diff --git a/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/delegation/SAMLDelegationTest.java b/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/delegation/SAMLDelegationTest.java index 4126a44..aef69ad 100644 --- a/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/delegation/SAMLDelegationTest.java +++ b/services/sts/systests/basic/src/test/java/org/apache/cxf/systest/sts/delegation/SAMLDelegationTest.java @@ -26,6 +26,7 @@ import java.util.Properties; import javax.security.auth.callback.CallbackHandler; import org.w3c.dom.Element; + import org.apache.cxf.Bus; import org.apache.cxf.bus.spring.SpringBusFactory; import org.apache.cxf.jaxws.context.WebServiceContextImpl; @@ -46,11 +47,11 @@ import org.apache.cxf.testutil.common.AbstractBusClientServerTestBase; import org.apache.cxf.ws.security.SecurityConstants; import org.apache.cxf.ws.security.tokenstore.SecurityToken; import org.apache.cxf.ws.security.trust.STSClient; -import org.apache.wss4j.common.crypto.Crypto; -import org.apache.wss4j.common.crypto.CryptoFactory; -import org.apache.wss4j.common.ext.WSSecurityException; -import org.apache.wss4j.common.principal.CustomTokenPrincipal; -import org.apache.wss4j.dom.WSConstants; +import org.apache.ws.security.CustomTokenPrincipal; +import org.apache.ws.security.WSConstants; +import org.apache.ws.security.WSSecurityException; +import org.apache.ws.security.components.crypto.Crypto; +import org.apache.ws.security.components.crypto.CryptoFactory; import org.junit.BeforeClass; /**
