package updated

This commit is contained in:
lucio 2024-01-25 13:35:44 +01:00
parent 8f2a7b33d6
commit 8069bdae44
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
package org.gcube.vremanagement.whnmanager;
package org.gcube.resourcemanagement.whnmanager;
import java.net.HttpURLConnection;
import java.util.Map.Entry;
@ -18,13 +18,13 @@ import org.gcube.common.gxhttp.request.GXHTTPStringRequest;
import org.gcube.common.gxhttp.util.ContentUtils;
import org.gcube.common.security.providers.SecretManagerProvider;
import org.gcube.common.security.secrets.Secret;
import org.gcube.resourcemanagement.whnmanager.utils.ValidationUtils;
import org.gcube.smartgears.ContextProvider;
import org.gcube.smartgears.context.application.ApplicationContext;
import org.gcube.smartgears.managers.ContextEvents;
import org.gcube.smartgears.security.SimpleCredentials;
import org.gcube.smartgears.security.defaults.DefaultAuthorizationProvider;
import org.gcube.smartgears.utils.InnerMethodName;
import org.gcube.vremanagement.whnmanager.utils.ValidationUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -1,4 +1,4 @@
package org.gcube.vremanagement.whnmanager;
package org.gcube.resourcemanagement.whnmanager;
import java.util.HashSet;
import java.util.Set;

View File

@ -1,4 +1,4 @@
package org.gcube.vremanagement.whnmanager.utils;
package org.gcube.resourcemanagement.whnmanager.utils;
import java.util.Iterator;

View File

@ -16,6 +16,7 @@ import javax.ws.rs.core.Response.Status;
import org.gcube.common.events.Hub;
import org.gcube.common.security.credentials.Credentials;
import org.gcube.common.security.secrets.Secret;
import org.gcube.resourcemanagement.whnmanager.ContextManager;
import org.gcube.smartgears.ContextProvider;
import org.gcube.smartgears.configuration.application.ApplicationConfiguration;
import org.gcube.smartgears.context.Properties;
@ -24,7 +25,6 @@ import org.gcube.smartgears.context.container.ContainerContext;
import org.gcube.smartgears.lifecycle.application.ApplicationLifecycle;
import org.gcube.smartgears.persistence.PersistenceWriter;
import org.gcube.smartgears.security.AuthorizationProvider;
import org.gcube.vremanagement.whnmanager.ContextManager;
import org.glassfish.jersey.server.ResourceConfig;
import org.glassfish.jersey.test.JerseyTest;
import org.junit.BeforeClass;