From 783a6ac3b61d281f0d10b45130384a2736752d2c 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 5cd6b132181..8391da80cbd 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 + +