9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
plugins {
|
|
id("java-library-conventions")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":main-infrastructure"))
|
|
api(Dependencies.jacksonDatabind)
|
|
}
|