| <?xml version='1.0' encoding='UTF-8'?> |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| <modelVersion>4.0.0</modelVersion> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax-parent</artifactId> |
| <packaging>pom</packaging> |
| <version>2.25.0</version><!-- {x-version-update:gax:current} --> |
| <name>GAX (Google Api eXtensions) for Java (Parent)</name> |
| <description>Google Api eXtensions for Java (Parent)</description> |
| |
| <parent> |
| <groupId>com.google.api</groupId> |
| <artifactId>gapic-generator-java-pom-parent</artifactId> |
| <version>2.17.0</version><!-- {x-version-update:gapic-generator-java:current} --> |
| <relativePath>../gapic-generator-java-pom-parent</relativePath> |
| </parent> |
| |
| <developers> |
| <developer> |
| <id>GoogleAPIs</id> |
| <name>GoogleAPIs</name> |
| <email>[email protected]</email> |
| <organization>Google LLC</organization> |
| <organizationUrl>https://www.google.com</organizationUrl> |
| </developer> |
| </developers> |
| |
| <licenses> |
| <license> |
| <name>BSD-3-Clause</name> |
| <url>https://github.com/googleapis/gax-java/blob/master/LICENSE</url> |
| </license> |
| </licenses> |
| |
| <properties> |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| <maven.compiler.source>1.8</maven.compiler.source> |
| <maven.compiler.target>1.8</maven.compiler.target> |
| <auto-value.version>1.10.1</auto-value.version> |
| </properties> |
| |
| <modules> |
| <module>gax</module> |
| <module>gax-grpc</module> |
| <module>gax-httpjson</module> |
| <module>gax-bom</module> |
| </modules> |
| |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>api-common</artifactId> |
| <version>2.8.0</version><!-- {x-version-update:api-common:current} --> |
| </dependency> |
| <dependency> |
| <groupId>com.google.auth</groupId> |
| <artifactId>google-auth-library-bom</artifactId> |
| <version>${google.auth.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.threeten</groupId> |
| <artifactId>threetenbp</artifactId> |
| <version>1.6.8</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.code.findbugs</groupId> |
| <artifactId>jsr305</artifactId> |
| <version>3.0.2</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.guava</groupId> |
| <artifactId>guava</artifactId> |
| <version>${guava.version}</version> |
| <exclusions> |
| <exclusion> |
| <groupId>com.google.errorprone</groupId> |
| <artifactId>error_prone_annotations</artifactId> |
| </exclusion> |
| </exclusions> |
| </dependency> |
| <dependency> |
| <groupId>io.opencensus</groupId> |
| <artifactId>opencensus-api</artifactId> |
| <version>0.31.1</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.auto.value</groupId> |
| <artifactId>auto-value-annotations</artifactId> |
| <version>${auto-value.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.auto.value</groupId> |
| <artifactId>auto-value</artifactId> |
| <version>${auto-value.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>4.13.2</version> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-core</artifactId> |
| <version>4.11.0</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax</artifactId> |
| <version>2.25.0</version> <!-- {x-version-update:gax:current} --> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api</groupId> |
| <artifactId>gax</artifactId> |
| <version>2.25.0</version> <!-- {x-version-update:gax:current} --> |
| <type>test-jar</type> |
| <classifier>testlib</classifier> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>proto-google-common-protos</artifactId> |
| <version>2.16.0</version><!-- {x-version-update:proto-google-common-protos:current} --> |
| </dependency> |
| <dependency> |
| <groupId>com.google.api.grpc</groupId> |
| <artifactId>grpc-google-common-protos</artifactId> |
| <version>2.16.0</version><!-- {x-version-update:grpc-google-common-protos:current} --> |
| </dependency> |
| <dependency> |
| <groupId>io.grpc</groupId> |
| <artifactId>grpc-bom</artifactId> |
| <version>${grpc.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.code.gson</groupId> |
| <artifactId>gson</artifactId> |
| <version>${gson.version}</version> |
| </dependency> |
| <dependency> |
| <groupId>org.graalvm.sdk</groupId> |
| <artifactId>graal-sdk</artifactId> |
| <version>22.3.1</version> |
| </dependency> |
| <dependency> |
| <groupId>com.google.http-client</groupId> |
| <artifactId>google-http-client-bom</artifactId> |
| <version>1.43.1</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.protobuf</groupId> |
| <artifactId>protobuf-bom</artifactId> |
| <version>${protobuf.version}</version> |
| <type>pom</type> |
| <scope>import</scope> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| |
| <!-- Test Dependencies --> |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>org.mockito</groupId> |
| <artifactId>mockito-core</artifactId> |
| <scope>test</scope> |
| </dependency> |
| <dependency> |
| <groupId>com.google.truth</groupId> |
| <artifactId>truth</artifactId> |
| <version>1.1.3</version> |
| <exclusions> |
| <exclusion> |
| <groupId>org.checkerframework</groupId> |
| <artifactId>checker-qual</artifactId> |
| </exclusion> |
| <exclusion> |
| <groupId>com.google.errorprone</groupId> |
| <artifactId>error_prone_annotations</artifactId> |
| </exclusion> |
| </exclusions> |
| <scope>test</scope> |
| </dependency> |
| </dependencies> |
| |
| <build> |
| <resources> |
| <resource> |
| <directory>src/main/resources</directory> |
| <filtering>true</filtering> |
| </resource> |
| </resources> |
| <plugins> |
| <plugin> |
| <artifactId>maven-compiler-plugin</artifactId> |
| <configuration> |
| <annotationProcessorPaths> |
| <path> |
| <groupId>com.google.auto.value</groupId> |
| <artifactId>auto-value</artifactId> |
| <version>${auto-value.version}</version> |
| </path> |
| </annotationProcessorPaths> |
| <release>8</release> |
| <compilerArgs> |
| <arg>-Xlint:unchecked</arg> |
| <arg>-Xlint:deprecation</arg> |
| </compilerArgs> |
| </configuration> |
| </plugin> |
| <plugin> |
| <groupId>org.apache.maven.plugins</groupId> |
| <artifactId>maven-jar-plugin</artifactId> |
| <executions> |
| <execution> |
| <goals> |
| <goal>test-jar</goal> |
| </goals> |
| <configuration> |
| <skip>true</skip> |
| </configuration> |
| </execution> |
| </executions> |
| </plugin> |
| <plugin> |
| <groupId>com.coveo</groupId> |
| <artifactId>fmt-maven-plugin</artifactId> |
| <executions> |
| <execution> |
| <phase>validate</phase> |
| <goals> |
| <goal>check</goal> |
| </goals> |
| </execution> |
| </executions> |
| </plugin> |
| </plugins> |
| </build> |
| |
| <profiles> |
| <profile> |
| <!-- profile for nexus-staging:release invocation --> |
| <id>release-staging-repository</id> |
| <build> |
| <plugins> |
| <plugin> |
| <!-- The root project runs nexus-staging:release task --> |
| <groupId>org.sonatype.plugins</groupId> |
| <artifactId>nexus-staging-maven-plugin</artifactId> |
| <version>1.6.13</version> |
| <extensions>true</extensions> |
| <configuration> |
| <serverId>sonatype-nexus-staging</serverId> |
| <nexusUrl>https://google.oss.sonatype.org/</nexusUrl> |
| <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| </configuration> |
| </plugin> |
| </plugins> |
| </build> |
| </profile> |
| </profiles> |
| </project> |