Skip to content

Commit e9df447

Browse files
vorburgercopybara-github
authored andcommitted
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
1 parent ce18dd9 commit e9df447

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

tutorials/city-time-weather/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@
3636
<groupId>com.google.adk</groupId>
3737
<artifactId>google-adk-dev</artifactId>
3838
<version>${project.version}</version>
39-
<exclusions>
40-
<exclusion>
41-
<groupId>ch.qos.logback</groupId>
42-
<artifactId>logback-classic</artifactId>
43-
</exclusion>
44-
</exclusions>
45-
</dependency>
46-
<dependency>
47-
<groupId>org.slf4j</groupId>
48-
<artifactId>slf4j-simple</artifactId>
4939
</dependency>
5040
</dependencies>
5141
</project>

0 commit comments

Comments
 (0)