Move non-map-storage related classes to new package

Closes #13081
This commit is contained in:
Alexander Schwartz 2022-07-15 11:23:29 +02:00 committed by Pedro Igor
parent f7a80409a9
commit 30b41d02b4
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
package org.keycloak.models.map.stickysession; package org.keycloak.sessions;
import org.keycloak.Config; import org.keycloak.Config;
import org.keycloak.common.Profile; import org.keycloak.common.Profile;

View file

@ -15,4 +15,4 @@
# limitations under the License. # limitations under the License.
# #
org.keycloak.models.map.stickysession.DisabledStickySessionEncoderProvider org.keycloak.sessions.DisabledStickySessionEncoderProvider