Revert "Rework dep management to avoid consumers picking up strict constraints"
This reverts commitb34a311d02as, having disabled the publishing of Gradle's module metadata (4f75ab5), the changes are no longer needed. See gh-19609
This commit is contained in:
@@ -5,7 +5,7 @@ plugins {
|
||||
description = "Starter for using the Apache Solr search platform with Spring Data Solr"
|
||||
|
||||
dependencies {
|
||||
api platform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
api enforcedPlatform(project(':spring-boot-project:spring-boot-dependencies'))
|
||||
api project(':spring-boot-project:spring-boot-starters:spring-boot-starter')
|
||||
api ('org.apache.solr:solr-solrj') {
|
||||
exclude group: 'org.slf4j', module: 'jcl-over-slf4j'
|
||||
|
||||
Reference in New Issue
Block a user