Renamed packages from com.nubisware.* to org.gcube.*

This commit is contained in:
Mauro Mugnaini 2020-06-18 12:12:00 +02:00
parent 57b495af18
commit c9a7657fec
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
package com.nubisware.oidc.lr62;
package org.gcube.portal.oidc.lr62;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import com.nubisware.oidc.rest.JWTToken;
import org.gcube.oidc.rest.JWTToken;
public class JWTTokenUtil {

View File

@ -1,4 +1,4 @@
package com.nubisware.oidc.lr62;
package org.gcube.portal.oidc.lr62;
import javax.servlet.http.HttpSessionAttributeListener;
import javax.servlet.http.HttpSessionBindingEvent;