Fix compile failure
Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/1d29e0af Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/1d29e0af Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/1d29e0af Branch: refs/heads/master Commit: 1d29e0af16d1714a44d0144f4b0563d423eb16c0 Parents: ab3817f Author: Daniel Kulp <[email protected]> Authored: Fri May 22 13:05:11 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri May 22 13:05:11 2015 -0400 ---------------------------------------------------------------------- .../org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/1d29e0af/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java ---------------------------------------------------------------------- diff --git a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java index 802a393..9e452eb 100644 --- a/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java +++ b/services/sts/systests/advanced/src/test/java/org/apache/cxf/systest/sts/batch/SimpleBatchSTSClient.java @@ -102,8 +102,8 @@ import org.apache.wss4j.dom.WSSConfig; import org.apache.wss4j.dom.WSSecurityEngineResult; import org.apache.wss4j.dom.handler.RequestData; import org.apache.wss4j.dom.processor.EncryptedKeyProcessor; -import org.apache.wss4j.dom.processor.X509Util; import org.apache.wss4j.dom.util.WSSecurityUtil; +import org.apache.wss4j.dom.util.X509Util; import org.apache.wss4j.dom.util.XmlSchemaDateFormat; import org.apache.wss4j.policy.model.AbstractBinding; import org.apache.wss4j.policy.model.AlgorithmSuite;
