Skip to content

Commit

Permalink
update for package change in Spring Security 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
burtbeckwith committed Oct 24, 2013
1 parent f7d1b72 commit 0ffa5b2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.core.codec.Base64;
import org.springframework.security.crypto.codec.Base64;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.extensions.kerberos.KerberosServiceAuthenticationProvider;
import org.springframework.security.extensions.kerberos.KerberosServiceRequestToken;
Expand Down

0 comments on commit 0ffa5b2

Please sign in to comment.