Use the right version of ClassUtils
This commit is contained in:
parent
2f694fa406
commit
fac42adb61
|
|
@ -22,9 +22,9 @@ import java.lang.annotation.Retention;
|
||||||
import java.lang.annotation.RetentionPolicy;
|
import java.lang.annotation.RetentionPolicy;
|
||||||
import java.lang.annotation.Target;
|
import java.lang.annotation.Target;
|
||||||
|
|
||||||
import org.flywaydb.core.internal.util.ClassUtils;
|
|
||||||
import org.springframework.context.annotation.Conditional;
|
import org.springframework.context.annotation.Conditional;
|
||||||
import org.springframework.util.Assert;
|
import org.springframework.util.Assert;
|
||||||
|
import org.springframework.util.ClassUtils;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link Conditional} that matches based on the JVM version the application is running
|
* {@link Conditional} that matches based on the JVM version the application is running
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue