From 910875ddfc2a39b9beda7cca794b1f70373a9267 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Thu, 2 Jun 2022 17:14:21 +0530 Subject: [PATCH] fix: fix class cast exception seen on MySQL plugin when built on local setup (#14099) * fix class cast exception by removing all netty.io packages from mysql r2dbc * fix CI test failure --- app/server/appsmith-plugins/mysqlPlugin/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/app/server/appsmith-plugins/mysqlPlugin/pom.xml b/app/server/appsmith-plugins/mysqlPlugin/pom.xml index 6ec236b555..f994f9a97a 100644 --- a/app/server/appsmith-plugins/mysqlPlugin/pom.xml +++ b/app/server/appsmith-plugins/mysqlPlugin/pom.xml @@ -54,6 +54,10 @@ r2dbc-mysql 0.8.2.RELEASE + + io.netty + * + org.slf4j slf4j-api @@ -69,6 +73,12 @@ + + io.netty + netty-all + provided + + mysql