Skip to content

Commit

Permalink
SOLR-15178 Non-existent dependency listed in solr-core
Browse files Browse the repository at this point in the history
  • Loading branch information
bszabo97 committed Mar 18, 2021
1 parent 9ddba6f commit e411a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gradle/maven/defaults-maven.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ configure(rootProject) {
ext {
published = [
":solr:core",
":solr:server",
":solr:solrj",
":solr:contrib:analysis-extras",
":solr:contrib:analytics",
Expand Down
1 change: 1 addition & 0 deletions solr/packaging/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ dependencies {
}

distSolr project(":solr:core")
distSolr project(":solr:server")
distSolr project(":solr:solrj")
distSolr project(":solr:test-framework")

Expand Down

0 comments on commit e411a35

Please sign in to comment.