Fix wrong import

This commit is contained in:
Fabio Sinibaldi 2022-03-23 18:52:42 +01:00
parent 5d6aa5a4d1
commit d78cdc30e4
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
package org.gcube.application.geoportal.service.engine.providers.ucd;
import com.sun.xml.internal.bind.v2.runtime.unmarshaller.XsiNilLoader;
import org.gcube.application.cms.tests.TokenSetter;
import org.gcube.application.geoportal.common.model.rest.ConfigurationException;
import org.gcube.application.geoportal.common.utils.tests.GCubeTest;
@ -8,7 +7,6 @@ import org.junit.BeforeClass;
import org.junit.Test;
import javax.xml.bind.JAXBException;
import java.util.ArrayList;
import java.util.Arrays;
import static junit.framework.TestCase.assertEquals;