Fixing wrong imports

This commit is contained in:
Luca Frosini 2022-02-07 12:07:42 +01:00
parent eef8a45cd1
commit 982cf32a7e
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-bom</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@ -27,7 +27,7 @@ import org.json.XML;
/**
* @author Luca Frosini (ISTI - CNR)
*/
public class GenericResourceExporter extends GCoreResourceMapper<GenericResource,Configuration> {
public class GenericResourceExporter extends GCoreResourceMapper<GenericResource, Configuration> {
public static final String FIXED_VERSION = "1.0.0";
public static final String FULL_BODY = "FULL_BODY";