First working build (without Eclipse)
[lgpl/argeo-commons.git] / org.argeo.security.core / src / org / argeo / security / jcr / SecureThreadBoundSession.java
index b39877420296ca37b5fa8c2360aedb9216cb212c..7ef15947f09aa13f02a1d1eab089c92aca6673f9 100644 (file)
@@ -20,8 +20,8 @@ import javax.jcr.Session;
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.argeo.jcr.spring.ThreadBoundSession;
-import org.springframework.security.Authentication;
-import org.springframework.security.context.SecurityContextHolder;
+import org.springframework.security.core.Authentication;
+import org.springframework.security.core.context.SecurityContextHolder;
 
 /**
  * Thread bounded JCR session factory which checks authentication and is