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"
category = "test"
[dependencies.assertJ]
groupId = "org.assertj"
artifactId = "assertj-core"
version = "3.16.1"
scope = "test"
category = "test"
default = true
[dependencies.Kodein-DI]
groupId = "org.kodein.di"
artifactId = "kodein-di-jvm"
version = "7.0.0"
category = "injection"
[dependencies.Koin]
groupId = "org.koin"
artifactId = "koin-core"
version = "2.1.6"
category = "injection"
default = true

View File

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