From 73c6aec7f364ccba219a647d64f4d0e423c5ddf1 Mon Sep 17 00:00:00 2001 From: Mark Daoust Date: Tue, 2 Jun 2026 14:29:03 -0700 Subject: [PATCH] chore:add code PiperOrigin-RevId: 925580572 --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 90f687c09f1..1a0ae9dc8a1 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 5.11.4 1.6.0 4.12.0 + 1.9.10 src/main/java src/test/java @@ -301,6 +302,18 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + checkstyle + + **/gaos/**/*.java + + + + org.jacoco jacoco-maven-plugin @@ -456,6 +469,13 @@ + + org.codehaus.mojo + animal-sniffer-maven-plugin + + true + +