Fixed dependency cycle.

Closes #2514
This commit is contained in:
Jens Schauder
2021-12-14 14:55:27 +01:00
parent ecec2e5666
commit 6cf2634a64
3 changed files with 7 additions and 7 deletions

View File

@@ -28,6 +28,8 @@ import org.junit.jupiter.api.Test;
import org.springframework.data.mapping.PropertyPath;
import org.springframework.data.mapping.model.SimpleTypeHolder;
import org.springframework.data.projection.EntityProjection;
import org.springframework.data.projection.EntityProjectionIntrospector;
import org.springframework.data.projection.SpelAwareProxyProjectionFactory;
/**