move ServerCookie to core
This commit is contained in:
parent
a65560c5e6
commit
46983d68f3
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
package org.keycloak.services.util;
|
||||
package org.keycloak.util;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.text.DateFormat;
|
|
@ -2,6 +2,7 @@ package org.keycloak.services.util;
|
|||
|
||||
import org.jboss.resteasy.spi.HttpResponse;
|
||||
import org.jboss.resteasy.spi.ResteasyProviderFactory;
|
||||
import org.keycloak.util.ServerCookie;
|
||||
|
||||
import javax.ws.rs.core.HttpHeaders;
|
||||
|
||||
|
|
Loading…
Reference in a new issue