From 65b71404ea51cc3404502b31cfc53ce145348b8c Mon Sep 17 00:00:00 2001 From: nbayati <99771966+nbayati@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:00:03 -0800 Subject: [PATCH] Temporary add sonatype-snapshots repository and cel version to fix the build error. --- pom.xml | 58 ++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index d8425034c..140dee733 100644 --- a/pom.xml +++ b/pom.xml @@ -1,11 +1,12 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 com.google.auth google-auth-library-parent - 1.29.1-SNAPSHOT + 1.29.1-SNAPSHOT + pom Google Auth Library for Java Client libraries providing authentication and @@ -27,7 +28,8 @@ googleapis.dev Google self-hosted documentation site - https://googleapis.dev/java/google-auth-library/${project.version} + https://googleapis.dev/java/google-auth-library/${project.version} + @@ -62,8 +64,11 @@ - scm:git:https://github.com/googleapis/google-auth-library-java.git - scm:git:https://github.com/googleapis/google-auth-library-java.git + + scm:git:https://github.com/googleapis/google-auth-library-java.git + + + scm:git:https://github.com/googleapis/google-auth-library-java.git https://github.com/googleapis/google-auth-library-java @@ -81,6 +86,19 @@ 0.8.0 + + + sonatype-snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + @@ -114,12 +132,12 @@ com.google.guava guava ${project.guava.version} - - - com.google.j2objc - j2objc-annotations - - + + + com.google.j2objc + j2objc-annotations + + com.google.code.findbugs @@ -146,10 +164,10 @@ testlib - com.google.errorprone - error_prone_annotations - ${project.error-prone.version} - compile + com.google.errorprone + error_prone_annotations + ${project.error-prone.version} + compile com.google.protobuf @@ -159,7 +177,7 @@ dev.cel cel - ${project.cel.version} + 0.9.0-proto3-SNAPSHOT com.google.guava @@ -295,7 +313,8 @@ src/test - com.google.auth.oauth2.ExternalAccountCredentials + com.google.auth.oauth2.ExternalAccountCredentials + @@ -331,7 +350,8 @@ org.codehaus.mojo clirr-maven-plugin - clirr-ignored-differences.xml + clirr-ignored-differences.xml + true