You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile(group: 'org.springframework.cloud', name: 'spring-cloud-starter-zookeeper-discovery', version:'2.1.0.RELEASE') {
exclude(module: 'zookeeper')
// Manually call the code in the closure ...........
//project.ext.optionalDeps << it
optionalDeps << it
}
it's not work,too
my maven code is
The text was updated successfully, but these errors were encountered: