You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2013/04/02 21:31:36 UTC

svn commit: r1463711 - /cxf/branches/wss4j2.0-port/systests/databinding/src/test/java/org/apache/cxf/systest/aegis/ServerPasswordCallback.java

Author: dkulp
Date: Tue Apr  2 19:31:36 2013
New Revision: 1463711

URL: http://svn.apache.org/r1463711
Log:
Get systests/databinding to compile

Modified:
    cxf/branches/wss4j2.0-port/systests/databinding/src/test/java/org/apache/cxf/systest/aegis/ServerPasswordCallback.java

Modified: cxf/branches/wss4j2.0-port/systests/databinding/src/test/java/org/apache/cxf/systest/aegis/ServerPasswordCallback.java
URL: http://svn.apache.org/viewvc/cxf/branches/wss4j2.0-port/systests/databinding/src/test/java/org/apache/cxf/systest/aegis/ServerPasswordCallback.java?rev=1463711&r1=1463710&r2=1463711&view=diff
==============================================================================
--- cxf/branches/wss4j2.0-port/systests/databinding/src/test/java/org/apache/cxf/systest/aegis/ServerPasswordCallback.java (original)
+++ cxf/branches/wss4j2.0-port/systests/databinding/src/test/java/org/apache/cxf/systest/aegis/ServerPasswordCallback.java Tue Apr  2 19:31:36 2013
@@ -25,7 +25,7 @@ import javax.security.auth.callback.Call
 import javax.security.auth.callback.CallbackHandler;
 import javax.security.auth.callback.UnsupportedCallbackException;
 
-import org.apache.ws.security.WSPasswordCallback;
+import org.apache.wss4j.common.ext.WSPasswordCallback;
 
 /**
  *