From 350aea90c4ac6414004977286ebe3a5fa0675dfc Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Wed, 27 Jan 2021 17:24:25 +0530 Subject: [PATCH] Revert RestAPI plugin signature timeout fix (#2748) --- .../appsmith-plugins/restApiPlugin/pom.xml | 68 ++++++++----------- 1 file changed, 30 insertions(+), 38 deletions(-) diff --git a/app/server/appsmith-plugins/restApiPlugin/pom.xml b/app/server/appsmith-plugins/restApiPlugin/pom.xml index cd9e8fa6a5..b34dbf1947 100644 --- a/app/server/appsmith-plugins/restApiPlugin/pom.xml +++ b/app/server/appsmith-plugins/restApiPlugin/pom.xml @@ -4,6 +4,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.2.2.RELEASE + + + com.external.plugins restApiPlugin 1.0-SNAPSHOT @@ -40,14 +47,8 @@ org.springframework - spring-core - 5.2.3.RELEASE - - - - org.springframework.boot - spring-boot-starter-webflux - 2.2.4.RELEASE + spring-webflux + 5.1.13.RELEASE @@ -58,14 +59,8 @@ - com.fasterxml.jackson.core - jackson-core - 2.10.2 - - - com.fasterxml.jackson.core - jackson-databind - 2.10.2 + org.springframework.boot + spring-boot-starter-webflux @@ -111,7 +106,6 @@ org.assertj assertj-core - 3.13.2 test @@ -133,33 +127,31 @@ + + + maven-compiler-plugin + 3.8.1 + org.apache.maven.plugins - maven-shade-plugin - 3.2.4 + maven-jar-plugin + 3.1.2 - false - - - - ${plugin.id} - ${plugin.class} - ${plugin.version} - ${plugin.provider} - - - + + + ${plugin.id} + ${plugin.class} + ${plugin.version} + ${plugin.provider} + ${plugin.dependencies} + + - - - package - - shade - - - maven-dependency-plugin