From 006abb0cda5b199cdca508306dc079360b1a4607 Mon Sep 17 00:00:00 2001 From: Massimiliano Assante Date: Thu, 27 Oct 2016 14:24:08 +0000 Subject: [PATCH] removed bouncycastle dep from compile git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@133650 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 16 ++++++++++++---- .project | 1 + .settings/org.eclipse.wst.common.component | 4 +++- pom.xml | 6 +++++- 4 files changed, 21 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 032cbf5..9476f89 100644 --- a/.classpath +++ b/.classpath @@ -1,19 +1,27 @@ - + - + + + + + - + + + + + @@ -31,5 +39,5 @@ - + diff --git a/.project b/.project index 39b0165..2f04c73 100644 --- a/.project +++ b/.project @@ -55,5 +55,6 @@ org.eclipse.wst.common.project.facet.core.nature org.eclipse.wst.jsdt.core.jsNature com.google.gwt.eclipse.core.gwtNature + com.liferay.ide.core.liferayNature diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 8d0dd4c..d7c7ad5 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -4,6 +4,8 @@ + + uses @@ -11,6 +13,6 @@ uses - + diff --git a/pom.xml b/pom.xml index c286312..35d575d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.gcube.portlets.user - reports + reports-manager-portlet war 6.0.0-SNAPSHOT gCube Reports Manager @@ -140,6 +140,10 @@ xercesImpl xerces + + org.bouncycastle + bcprov-jdk15on +