Skip to content

Commit e064067

Browse files
google-genai-botcopybara-github
authored andcommitted
feat: implement partial event aggregation in RemoteA2AAgent
PiperOrigin-RevId: 877812730
1 parent d899f6f commit e064067

File tree

12 files changed

+1532
-69
lines changed

12 files changed

+1532
-69
lines changed

a2a/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@
5252
<artifactId>jackson-databind</artifactId>
5353
<version>${jackson.version}</version>
5454
</dependency>
55+
<dependency>
56+
<groupId>com.fasterxml.jackson.datatype</groupId>
57+
<artifactId>jackson-datatype-jsr310</artifactId>
58+
<version>${jackson.version}</version>
59+
</dependency>
5560
<dependency>
5661
<groupId>com.fasterxml.jackson.module</groupId>
5762
<artifactId>jackson-module-parameter-names</artifactId>

0 commit comments

Comments
 (0)