Polish "Stop limiting layer customization to external modules"

See gh-21207
This commit is contained in:
Andy Wilkinson
2020-04-29 13:48:06 +01:00
parent 98644df64d
commit 2d769e7679
3 changed files with 13 additions and 23 deletions

View File

@@ -40,8 +40,8 @@ repositories {
}
dependencies {
implementation(project(':foo'))
implementation(project(':bar'))
implementation(project(':alpha'))
implementation(project(':bravo'))
implementation("commons-io:commons-io:2.7-SNAPSHOT")
implementation("org.apache.commons:commons-lang3:3.9")
implementation("org.springframework:spring-core:5.2.5.RELEASE")