diff --git a/app/server/appsmith-server/pom.xml b/app/server/appsmith-server/pom.xml
index aadd0af124..eba1802811 100644
--- a/app/server/appsmith-server/pom.xml
+++ b/app/server/appsmith-server/pom.xml
@@ -438,14 +438,6 @@
2.14.2.Final
test
-
-
-
- io.projectreactor
- reactor-tools
- ${reactor-test.version}
-
-
diff --git a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java
index 67276bce51..192adeeaa4 100644
--- a/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java
+++ b/app/server/appsmith-server/src/main/java/com/appsmith/server/ServerApplication.java
@@ -26,7 +26,6 @@ import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.scheduling.annotation.EnableScheduling;
-import reactor.tools.agent.ReactorDebugAgent;
import java.time.Duration;
@@ -56,7 +55,6 @@ public class ServerApplication {
}
public static void main(String[] args) {
- ReactorDebugAgent.init();
new SpringApplicationBuilder(ServerApplication.class)
.bannerMode(Banner.Mode.OFF)
.run(args);
diff --git a/app/server/pom.xml b/app/server/pom.xml
index adfe1ee98a..e384e5c170 100644
--- a/app/server/pom.xml
+++ b/app/server/pom.xml
@@ -41,7 +41,7 @@
UTF-8
com.appsmith
1.0-SNAPSHOT
- 3.6.7
+ 3.5.1
true