diff --git a/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java b/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java index b7b23771b4e..4ccbc02290b 100644 --- a/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java +++ b/spring-aop/src/test/java/org/springframework/aop/support/annotation/AnnotationMatchingPointcutTests.java @@ -20,9 +20,6 @@ import org.junit.jupiter.api.Test; import org.springframework.aop.MethodMatcher; import org.springframework.aop.Pointcut; -import org.springframework.aop.support.annotation.AnnotationClassFilter; -import org.springframework.aop.support.annotation.AnnotationMatchingPointcut; -import org.springframework.aop.support.annotation.AnnotationMethodMatcher; import org.springframework.beans.factory.annotation.Qualifier; import static org.assertj.core.api.Assertions.assertThat;