From cb7dec7ddd486f9aee7ac86b9b2c3433d6856d52 Mon Sep 17 00:00:00 2001 From: Balamurugan Date: Thu, 15 Jun 2023 06:58:50 +0100 Subject: [PATCH] BAEL-6086: removed unnecessary dependency(probably conflict which fails test) (#14235) * BAEL-6086: Added code for webflux default and custom exception along with Unit Tests * BAEL-6086: added missing import * BAEL-6086: reformatting * BAEL-6086: reformatted code * BAEL-6086: removed unnecessary dependency(probably conflict which fails test) --------- Co-authored-by: balasr3 --- spring-reactive-modules/spring-reactive-exceptions/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spring-reactive-modules/spring-reactive-exceptions/pom.xml b/spring-reactive-modules/spring-reactive-exceptions/pom.xml index 0dca81c529..a9fdb675f5 100644 --- a/spring-reactive-modules/spring-reactive-exceptions/pom.xml +++ b/spring-reactive-modules/spring-reactive-exceptions/pom.xml @@ -20,10 +20,6 @@ org.springframework.boot spring-boot-starter-webflux - - org.springframework.boot - spring-boot-starter-web - org.projectlombok lombok