| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
- <modelVersion>4.0.0</modelVersion>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-bom</artifactId>
- <version>1.31.1</version>
- <packaging>pom</packaging>
- <name>io.grpc:grpc-bom</name>
- <description>gRPC: BOM</description>
- <url>https://github.com/grpc/grpc-java</url>
- <licenses>
- <license>
- <name>Apache 2.0</name>
- <url>https://opensource.org/licenses/Apache-2.0</url>
- </license>
- </licenses>
- <developers>
- <developer>
- <id>grpc.io</id>
- <name>gRPC Contributors</name>
- <email>grpc-io@googlegroups.com</email>
- <url>https://grpc.io/</url>
- <organization>gRPC Authors</organization>
- <organizationUrl>https://www.google.com</organizationUrl>
- </developer>
- </developers>
- <scm>
- <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
- <developerConnection>scm:git:git@github.com:grpc/grpc-java.git</developerConnection>
- <url>https://github.com/grpc/grpc-java</url>
- </scm>
- <dependencyManagement>
- <dependencies>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-all</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-alts</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-api</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-auth</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-benchmarks</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-census</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-context</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-core</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-grpclb</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-interop-testing</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-netty</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-netty-shaded</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-okhttp</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-protobuf</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-protobuf-lite</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-services</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-stub</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-testing</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-testing-proto</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>grpc-xds</artifactId>
- <version>1.31.1</version>
- </dependency>
- <dependency>
- <groupId>io.grpc</groupId>
- <artifactId>protoc-gen-grpc-java</artifactId>
- <version>1.31.1</version>
- <type>pom</type>
- </dependency>
- </dependencies>
- </dependencyManagement>
- </project>
|