From 500986d4550857894d5fbcaa7bbfe09fffeac700 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Wed, 24 Apr 2024 16:35:13 +0200 Subject: [PATCH] added exclusion to `javax.ws.rs-api` due to #27083#note-27 --- .classpath | 6 +- .../com.gwtplugins.gdt.eclipse.core.prefs | 2 +- .settings/org.eclipse.wst.common.component | 87 ++++++++++++++++--- pom.xml | 10 +++ 4 files changed, 89 insertions(+), 16 deletions(-) diff --git a/.classpath b/.classpath index 0d5e1f4..1d6739e 100644 --- a/.classpath +++ b/.classpath @@ -1,6 +1,6 @@ - + @@ -30,10 +30,10 @@ - + - + diff --git a/.settings/com.gwtplugins.gdt.eclipse.core.prefs b/.settings/com.gwtplugins.gdt.eclipse.core.prefs index 3a4fdaa..d58ac47 100644 --- a/.settings/com.gwtplugins.gdt.eclipse.core.prefs +++ b/.settings/com.gwtplugins.gdt.eclipse.core.prefs @@ -1,4 +1,4 @@ eclipse.preferences.version=1 -lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.30.0-SNAPSHOT +lastWarOutDir=/home/francescomangiacrapa/git/workspace/target/workspace-6.30.0 warSrcDir=src/main/webapp warSrcDirIsOutput=false diff --git a/.settings/org.eclipse.wst.common.component b/.settings/org.eclipse.wst.common.component index 2e76780..c56bea2 100644 --- a/.settings/org.eclipse.wst.common.component +++ b/.settings/org.eclipse.wst.common.component @@ -1,5 +1,5 @@ - + @@ -70,8 +70,20 @@ - - + + + + + + + + + + + + + + @@ -143,7 +155,13 @@ - + + + + + + + @@ -215,7 +233,13 @@ - + + + + + + + @@ -287,7 +311,13 @@ - + + + + + + + @@ -326,17 +356,32 @@ - + + + + + + + - + uses - + + uses + + + + + + + + @@ -408,7 +453,13 @@ - + + + + + + + @@ -480,7 +531,13 @@ - + + + + + + + @@ -552,7 +609,13 @@ - + + + + + + + diff --git a/pom.xml b/pom.xml index 02ee893..b139bd9 100644 --- a/pom.xml +++ b/pom.xml @@ -240,6 +240,10 @@ org.gcube.portal social-networking-library + + javax.ws.rs + javax.ws.rs-api + @@ -254,6 +258,12 @@ workspace-tree-widget [6.31.3-SNAPSHOT, 7.0.0-SNAPSHOT) compile + + + javax.ws.rs + javax.ws.rs-api + +