1
0

Add injection dependencies

This commit is contained in:
Hubert Van De Walle 2020-09-10 17:00:27 +02:00
parent a4a30d1bea
commit 9365e8f0c5
2 changed files with 13 additions and 8 deletions

View File

@ -128,10 +128,15 @@ version = "1.7.0.3"
scope = "test" scope = "test"
category = "test" category = "test"
[dependencies.assertJ] [dependencies.Kodein-DI]
groupId = "org.assertj" groupId = "org.kodein.di"
artifactId = "assertj-core" artifactId = "kodein-di-jvm"
version = "3.16.1" version = "7.0.0"
scope = "test" category = "injection"
category = "test"
[dependencies.Koin]
groupId = "org.koin"
artifactId = "koin-core"
version = "2.1.6"
category = "injection"
default = true default = true

View File

@ -1,7 +1,7 @@
package starter package starter
enum class Category { enum class Category {
Server, Database, Test, Other Server, Injection, Database, Test, Other
} }
enum class Scope { enum class Scope {