removed unused imports
This commit is contained in:
parent
523ae7c640
commit
0fe2920c74
13
pom.xml
13
pom.xml
|
@ -301,13 +301,6 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- <dependency> -->
|
|
||||||
<!-- <groupId>org.gcube.data-catalogue</groupId> -->
|
|
||||||
<!-- <artifactId>ckan-util-library</artifactId> -->
|
|
||||||
<!-- <version>[2.0.0, 3.0.0-SNAPSHOT)</version> -->
|
|
||||||
<!-- <scope>compile</scope> -->
|
|
||||||
<!-- </dependency> -->
|
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.datacatalogue</groupId>
|
<groupId>org.gcube.datacatalogue</groupId>
|
||||||
<artifactId>catalogue-util-library</artifactId>
|
<artifactId>catalogue-util-library</artifactId>
|
||||||
|
@ -315,12 +308,6 @@
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- <dependency> -->
|
|
||||||
<!-- <groupId>eu.trentorise.opendata</groupId> -->
|
|
||||||
<!-- <artifactId>jackan</artifactId> -->
|
|
||||||
<!-- <version>0.4.2</version> -->
|
|
||||||
<!-- </dependency> -->
|
|
||||||
|
|
||||||
<!-- END GIS RESOLVER DEPENDENCIES -->
|
<!-- END GIS RESOLVER DEPENDENCIES -->
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
@ -131,8 +131,8 @@ public class RuntimeResourceReader {
|
||||||
//String scope = "/d4science.research-infrastructures.eu/gCubeApps/Esquiline";
|
//String scope = "/d4science.research-infrastructures.eu/gCubeApps/Esquiline";
|
||||||
// String scope = "/d4science.research-infrastructures.eu/D4OS/ARIADNEplus_Project";
|
// String scope = "/d4science.research-infrastructures.eu/D4OS/ARIADNEplus_Project";
|
||||||
|
|
||||||
String platformName = "geonetwork";
|
// String platformName = "geonetwork";
|
||||||
String category = "Gis";
|
// String category = "Gis";
|
||||||
|
|
||||||
// String platformName = "GeoServer";
|
// String platformName = "GeoServer";
|
||||||
// String category = "Gis";
|
// String category = "Gis";
|
||||||
|
@ -140,8 +140,8 @@ public class RuntimeResourceReader {
|
||||||
// String platformName = "postgis";
|
// String platformName = "postgis";
|
||||||
// String category = "Database";
|
// String category = "Database";
|
||||||
|
|
||||||
// String platformName = "postgresql";
|
String platformName = "postgres";
|
||||||
// String category = "Database";
|
String category = "Database";
|
||||||
|
|
||||||
// String platformName = "mongodb";
|
// String platformName = "mongodb";
|
||||||
// String category = "Database";
|
// String category = "Database";
|
||||||
|
|
Loading…
Reference in New Issue