plugins { id "java-library" id "org.springframework.boot.auto-configuration" id "org.springframework.boot.deployed" id "org.springframework.boot.optional-dependencies" } description = "Spring Boot JSON-B" dependencies { api(project(":spring-boot-project:spring-boot")) api("jakarta.json.bind:jakarta.json.bind-api") api("org.eclipse:yasson") optional(project(":spring-boot-project:spring-boot-autoconfigure")) optional(project(":spring-boot-project:spring-boot-autoconfigure")) testImplementation(project(":spring-boot-project:spring-boot-test")) testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support")) testImplementation("org.eclipse:yasson") testRuntimeOnly("ch.qos.logback:logback-classic") }