From e9df447f1445044552e8710713ab5a76c2ae5093 Mon Sep 17 00:00:00 2001 From: "Michael Vorburger.ch" Date: Mon, 23 Mar 2026 08:42:56 -0700 Subject: [PATCH] Remove explicit SLF4J binding from city-time-weather ADK tutorial. The `slf4j-simple` dependency and the exclusion of `logback-classic` are removed, allowing the default logging implementation provided by `google-adk-dev` to be used. PiperOrigin-RevId: 888114465 --- tutorials/city-time-weather/pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tutorials/city-time-weather/pom.xml b/tutorials/city-time-weather/pom.xml index aeb110cf6..19ef08a2d 100644 --- a/tutorials/city-time-weather/pom.xml +++ b/tutorials/city-time-weather/pom.xml @@ -36,16 +36,6 @@ com.google.adk google-adk-dev ${project.version} - - - ch.qos.logback - logback-classic - - - - - org.slf4j - slf4j-simple