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"
|
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"
|
|
||||||
default = true
|
[dependencies.Koin]
|
||||||
|
groupId = "org.koin"
|
||||||
|
artifactId = "koin-core"
|
||||||
|
version = "2.1.6"
|
||||||
|
category = "injection"
|
||||||
|
default = true
|
||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user