From 5010ad6fbf1a6eea9fca460fcc1d3ebc02a6d793 Mon Sep 17 00:00:00 2001 From: "massimiliano.assante" Date: Thu, 5 Jun 2014 08:50:45 +0000 Subject: [PATCH] fixed pom git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@96721 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 4 ++-- .settings/com.google.gdt.eclipse.core.prefs | 2 +- pom.xml | 20 +++++++------------ .../templates/SingleNotificationView.java | 1 - 4 files changed, 10 insertions(+), 17 deletions(-) diff --git a/.classpath b/.classpath index e9be3e2..66784d0 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -30,5 +30,5 @@ - + diff --git a/.settings/com.google.gdt.eclipse.core.prefs b/.settings/com.google.gdt.eclipse.core.prefs index a57e1f4..bea6ff2 100644 --- a/.settings/com.google.gdt.eclipse.core.prefs +++ b/.settings/com.google.gdt.eclipse.core.prefs @@ -1,5 +1,5 @@ eclipse.preferences.version=1 jarsExcludedFromWebInfLib= -lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-1.2.0-SNAPSHOT +lastWarOutDir=/Users/massi/Documents/workspace/notifications/target/notifications-1.3.0-SNAPSHOT warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/pom.xml b/pom.xml index 283906e..53e8056 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.portlets.user notifications war - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT gCube Notifications Portlet @@ -38,20 +38,12 @@ - - - - xerces - xercesImpl - 2.9.1 - provided - + com.google.gwt gwt-user provided - + com.google.gwt gwt-servlet @@ -74,7 +66,6 @@ org.gcube.portal social-networking-library - [1.3.0-SNAPSHOT, 2.0.0-SNAPSHOT) provided @@ -87,10 +78,13 @@ aslcore provided + + com.google + gwt-jsonmaker + org.gcube.core common-scope-maps - [1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT) org.gcube.applicationsupportlayer diff --git a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java index bc501a1..9e4f24b 100644 --- a/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java +++ b/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.java @@ -1,6 +1,5 @@ package org.gcube.portlets.user.notifications.client.view.templates; -import org.apache.cassandra.cli.CliParser.attr_name_return; import org.gcube.portal.databook.client.GCubeSocialNetworking; import org.gcube.portal.databook.client.util.Encoder; import org.gcube.portal.databook.shared.Notification;