From 755cc29f5dd9ec1ee19b9e64f22770f710082780 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 28 Jul 2023 13:58:30 +0200 Subject: [PATCH] removed unused import --- .settings/org.eclipse.wst.common.component | 40 +++++++++++++++---- pom.xml | 16 ++++---- .../view/CkanMetadataManagementPanel.java | 2 - 3 files changed, 40 insertions(+), 18 deletions(-) diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 3ab0df6..4602eb2 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,8 @@ - + + + + @@ -50,7 +53,10 @@ - + + + + @@ -101,7 +107,10 @@ - + + + + @@ -152,7 +161,10 @@ - + + + + @@ -203,7 +215,10 @@ - + + + + @@ -254,7 +269,10 @@ - + + + + @@ -305,7 +323,10 @@ - + + + + @@ -356,7 +377,10 @@ - + + + + diff --git a/pom.xml b/pom.xml index 5c70a8d..ed970e4 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 1.2.0 - + org.gcube.portlets.gcubeckan gcube-ckan-datacatalog war @@ -60,12 +60,12 @@ - - - - - - + + + + + + com.google.gwt gwt-user @@ -132,7 +132,7 @@ [2.1.0,3.0.0) compile - + org.gcube.portlets.widgets ckan2zenodo-publisher-widget diff --git a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/CkanMetadataManagementPanel.java b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/CkanMetadataManagementPanel.java index fb9523e..f883003 100644 --- a/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/CkanMetadataManagementPanel.java +++ b/src/main/java/org/gcube/portlets/gcubeckan/gcubeckandatacatalog/client/view/CkanMetadataManagementPanel.java @@ -16,7 +16,6 @@ import org.gcube.portlets.gcubeckan.gcubeckandatacatalog.client.event.ShowOrgani import org.gcube.portlets.gcubeckan.gcubeckandatacatalog.client.event.ShowStatisticsEvent; import org.gcube.portlets.gcubeckan.gcubeckandatacatalog.client.event.ShowTypesEvent; -import com.github.gwtbootstrap.client.ui.Alert; import com.github.gwtbootstrap.client.ui.AlertBlock; import com.github.gwtbootstrap.client.ui.Button; import com.github.gwtbootstrap.client.ui.Label; @@ -25,7 +24,6 @@ import com.github.gwtbootstrap.client.ui.constants.ButtonType; import com.github.gwtbootstrap.client.ui.constants.IconType; import com.google.gwt.dom.client.Style.Float; import com.google.gwt.dom.client.Style.FontWeight; -import com.google.gwt.dom.client.Style.TextAlign; import com.google.gwt.dom.client.Style.Unit; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler;