Make assertj dependency optional

- Fixes #561
This commit is contained in:
Janne Valkealahti
2022-10-23 12:12:08 +01:00
parent ea76e0d205
commit bec85188aa
6 changed files with 80 additions and 2 deletions

View File

@@ -7,5 +7,5 @@ description = 'Spring Shell Core Test Support'
dependencies {
management platform(project(":spring-shell-management"))
implementation project(':spring-shell-core')
api('org.assertj:assertj-core')
optional('org.assertj:assertj-core')
}