Add injection dependencies
This commit is contained in:
parent
a4a30d1bea
commit
9365e8f0c5
19
config.toml
19
config.toml
@ -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
|
||||
@ -1,7 +1,7 @@
|
||||
package starter
|
||||
|
||||
enum class Category {
|
||||
Server, Database, Test, Other
|
||||
Server, Injection, Database, Test, Other
|
||||
}
|
||||
|
||||
enum class Scope {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user