✨ Add injection services (#211)
* ✨ Add injection services
* Change dependency scope for Guice
This commit is contained in:
parent
0b6a554946
commit
2cf743c805
9 changed files with 310 additions and 25 deletions
|
|
@ -1,5 +1,7 @@
|
|||
dependencies {
|
||||
api(project(":cloud-services"))
|
||||
compileOnly("com.google.inject", "guice", Versions.guice)
|
||||
testImplementation("org.openjdk.jmh", "jmh-core", Versions.jmh)
|
||||
testImplementation("org.openjdk.jmh", "jmh-generator-annprocess", Versions.jmh)
|
||||
testImplementation("com.google.inject", "guice", Versions.guice)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue