plugins { id("java-library-conventions") } dependencies { api(project(":main-infrastructure")) api(Dependencies.jacksonDatabind) }