updated pom
This commit is contained in:
parent
3422146c9a
commit
3222755f8e
25
pom.xml
25
pom.xml
|
@ -55,13 +55,6 @@
|
|||
|
||||
<dependencies>
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>com.google.gwt</groupId> -->
|
||||
<!-- <artifactId>gwt-user</artifactId> -->
|
||||
<!-- <version>${gwt.version}</version> -->
|
||||
<!-- <scope>provided</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>metadata-profile-form-builder-widget</artifactId>
|
||||
|
@ -103,12 +96,6 @@
|
|||
<version>${gson.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>com.liferay.portal</groupId> -->
|
||||
<!-- <artifactId>portal-service</artifactId> -->
|
||||
<!-- <scope>provided</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.spatial.data</groupId>
|
||||
<artifactId>geo-utility</artifactId>
|
||||
|
@ -123,18 +110,6 @@
|
|||
<type>pom</type>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>net.coobird</groupId> -->
|
||||
<!-- <artifactId>thumbnailator</artifactId> -->
|
||||
<!-- <version>[0.4, 0.5)</version> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.imgscalr</groupId> -->
|
||||
<!-- <artifactId>imgscalr-lib</artifactId> -->
|
||||
<!-- <version>4.2</version> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<!-- LOGGER -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
|
|
|
@ -40,8 +40,10 @@ public class Geoportal_DataMapper_Tests {
|
|||
private ProjectsCaller clientProjects;
|
||||
|
||||
//private static String PROFILE_ID = "concessioni-estere";
|
||||
private static String PROFILE_ID = "profiledConcessioni";
|
||||
private static String PROJECT_ID = "6384d44d308f5c28c5ee0a01"; //63d011c4dcac4551b9a6b930 //6442653ac6a0422d9e9042e0 //6399de3ca0a4545420373251
|
||||
//private static String PROFILE_ID = "profiledConcessioni";
|
||||
private static String PROFILE_ID = "test_basemodel";
|
||||
|
||||
private static String PROJECT_ID = "663cd047c387f9177ca09bcc"; //63d011c4dcac4551b9a6b930 //6442653ac6a0422d9e9042e0 //6399de3ca0a4545420373251
|
||||
|
||||
//IMPORTANT!!!! #NB SET USERNAME = null to test PUBLIC ACCESS
|
||||
|
||||
|
|
Loading…
Reference in New Issue