Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After introducing a `BeanDefinition.getResolvableType()` we have several failed builds because of `NoSuchMethodError`. Looks like interface and its implementation classes are loaded from different versions. * Exclude `org.springframework` from `spring-data-commons` to avoid CLASSPATH conflicts Related to https://build.spring.io/browse/SK-SON-1242/ spring-projects/spring-framework#23178
- Loading branch information