Remove unused imports

**Cherry-pick to `5.4.x` & `5.3.x`**
This commit is contained in:
Artem Bilan
2021-07-01 15:51:50 -04:00
parent 46f83f7afb
commit 37e6457561
2 changed files with 0 additions and 2 deletions

View File

@@ -16,7 +16,6 @@
package org.springframework.integration.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

View File

@@ -16,7 +16,6 @@
package org.springframework.integration.http.config;
import org.springframework.web.reactive.config.WebFluxConfigurer;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;