I was getting the same issue, Once I added the below dependency , it started working :

dependencyManagement {
    imports {
        mavenBom "org.springframework.cloud:spring-cloud-dependencies:Brixton.SR7"}
}

I am using Spring boot 1.4 but Spring 4.3.6. Also Spring feign 1.2.5.RELEASE