From d20b48553a1f265922cca6ef5e5a5fa72c7564dc Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Mon, 27 Nov 2017 16:32:24 +0000 Subject: [PATCH] git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/remove-account-portlet@158843 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 2 +- pom.xml | 69 ++++++++++++++++++++++++------------------------------ 2 files changed, 31 insertions(+), 40 deletions(-) diff --git a/.classpath b/.classpath index 3b073e7..26981b6 100644 --- a/.classpath +++ b/.classpath @@ -25,7 +25,7 @@ - + diff --git a/pom.xml b/pom.xml index f430009..5f0cb23 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,16 @@ 2.0 provided + + org.slf4j + slf4j-log4j12 + provided + + + org.slf4j + slf4j-api + provided + @@ -133,29 +143,34 @@ portlet - + + org.apache.maven.plugins maven-compiler-plugin - 2.5 + 2.3.2 - UTF-8 - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} - - maven-resources-plugin - 2.5 - - UTF-8 - - + org.apache.maven.plugins - maven-surefire-plugin - 2.12 + maven-assembly-plugin + 2.2 - true + + ${distroDirectory}/descriptor.xml + + + + servicearchive + install + + single + + + org.apache.maven.plugins @@ -183,30 +198,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - 2.2 - - - ${distroDirectory}/descriptor.xml - - - - fully.qualified.MainClass - - - - - - servicearchive - install - - single - - - -