Use the right version of ClassUtils

This commit is contained in:
Andy Wilkinson 2015-10-02 21:12:40 +01:00
parent 2f694fa406
commit fac42adb61
1 changed files with 1 additions and 1 deletions

View File

@ -22,9 +22,9 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.flywaydb.core.internal.util.ClassUtils;
import org.springframework.context.annotation.Conditional;
import org.springframework.util.Assert;
import org.springframework.util.ClassUtils;
/**
* {@link Conditional} that matches based on the JVM version the application is running