From eec4ec6ab1b6d0c8b52e112b32fb43e825e8962e Mon Sep 17 00:00:00 2001 From: tuannguyenh1 Date: Fri, 13 Sep 2024 15:29:50 +0700 Subject: [PATCH] #1029 [Test] Exclude unnecessary test directories --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index b3105cf40b..2fbf1ddde7 100644 --- a/pom.xml +++ b/pom.xml @@ -311,6 +311,17 @@ + + + com/yas/**/config/** + com/yas/**/constants/** + **/io/github/resilience4j/** + **/org/springframework/cglib/** + **/org/springframework/beans/factory/support/** + **/*SpringProxy* + **/*CGLIB* + +