X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=org.argeo.security.core%2Fsrc%2Forg%2Fargeo%2Fsecurity%2Fjcr%2FRemoteJcrRepositoryWrapper.java;h=54406c0cb0279476267258b27619d17adf09bb42;hb=f26488eb522b692e8806a4066a8f8870d8399206;hp=f0ad3a3a9d0bf35f545314f3ed6a31664f73ddf8;hpb=10ed6557c631d5feee8541badd0c9f16a9e791c6;p=lgpl%2Fargeo-commons.git diff --git a/org.argeo.security.core/src/org/argeo/security/jcr/RemoteJcrRepositoryWrapper.java b/org.argeo.security.core/src/org/argeo/security/jcr/RemoteJcrRepositoryWrapper.java index f0ad3a3a9..54406c0cb 100644 --- a/org.argeo.security.core/src/org/argeo/security/jcr/RemoteJcrRepositoryWrapper.java +++ b/org.argeo.security.core/src/org/argeo/security/jcr/RemoteJcrRepositoryWrapper.java @@ -31,9 +31,9 @@ import org.argeo.jcr.ArgeoJcrUtils; import org.argeo.jcr.JcrRepositoryWrapper; import org.argeo.security.NodeAuthenticationToken; import org.argeo.security.SystemAuthentication; -import org.springframework.security.Authentication; -import org.springframework.security.context.SecurityContextHolder; -import org.springframework.security.providers.UsernamePasswordAuthenticationToken; +import org.springframework.security.authentication.UsernamePasswordAuthenticationToken; +import org.springframework.security.core.Authentication; +import org.springframework.security.core.context.SecurityContextHolder; /** * Wrapper around a remote Jackrabbit repository which allows to simplify