From 9dbc648e4c006e11f2a3d19e33970f974da251b6 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Tue, 6 Sep 2022 13:23:04 +0530 Subject: [PATCH] Fix LinkageError in Saas & GSheets plugins (#16565) --- .../googleSheetsPlugin/pom.xml | 20 ------------------- .../appsmith-plugins/saasPlugin/pom.xml | 20 ------------------- 2 files changed, 40 deletions(-) diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml b/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml index 07cca7937c..81342bf26a 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml +++ b/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml @@ -43,26 +43,6 @@ provided - - org.springframework - spring-webflux - 5.3.20 - - - io.projectreactor - reactor-core - - - org.springframework - spring-core - - - org.springframework - spring-web - - - - com.fasterxml.jackson.core jackson-databind diff --git a/app/server/appsmith-plugins/saasPlugin/pom.xml b/app/server/appsmith-plugins/saasPlugin/pom.xml index 121ec96091..f17a77bed8 100644 --- a/app/server/appsmith-plugins/saasPlugin/pom.xml +++ b/app/server/appsmith-plugins/saasPlugin/pom.xml @@ -43,26 +43,6 @@ provided - - org.springframework - spring-webflux - 5.3.20 - - - io.projectreactor - reactor-core - - - org.springframework - spring-core - - - org.springframework - spring-web - - - -