This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new 9477e44  Remove com.sun Base64 import
     new d5a953c  Merge pull request #161 from coheigea/base64
9477e44 is described below

commit 9477e44bf7e73a49c8fbdff5d0a8d4f5c2d4c109
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Mon Jul 15 12:35:29 2019 +0100

    Remove com.sun Base64 import
---
 .../java/org/apache/shiro/web/mgt/CookieRememberMeManagerTest.java    | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/web/src/test/java/org/apache/shiro/web/mgt/CookieRememberMeManagerTest.java 
b/web/src/test/java/org/apache/shiro/web/mgt/CookieRememberMeManagerTest.java
index 2f07865..fba8f55 100644
--- 
a/web/src/test/java/org/apache/shiro/web/mgt/CookieRememberMeManagerTest.java
+++ 
b/web/src/test/java/org/apache/shiro/web/mgt/CookieRememberMeManagerTest.java
@@ -18,12 +18,10 @@
  */
 package org.apache.shiro.web.mgt;
 
-import com.sun.org.apache.xerces.internal.impl.dv.util.Base64;
 import org.apache.shiro.authc.AuthenticationInfo;
 import org.apache.shiro.authc.SimpleAuthenticationInfo;
 import org.apache.shiro.authc.UsernamePasswordToken;
-import org.apache.shiro.crypto.AesCipherService;
-import org.apache.shiro.crypto.CipherService;
+import org.apache.shiro.codec.Base64;
 import org.apache.shiro.crypto.CryptoException;
 import org.apache.shiro.subject.PrincipalCollection;
 import org.apache.shiro.web.servlet.ShiroHttpServletRequest;

Reply via email to