grpc-bom-1.31.1.pom 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>io.grpc</groupId>
  5. <artifactId>grpc-bom</artifactId>
  6. <version>1.31.1</version>
  7. <packaging>pom</packaging>
  8. <name>io.grpc:grpc-bom</name>
  9. <description>gRPC: BOM</description>
  10. <url>https://github.com/grpc/grpc-java</url>
  11. <licenses>
  12. <license>
  13. <name>Apache 2.0</name>
  14. <url>https://opensource.org/licenses/Apache-2.0</url>
  15. </license>
  16. </licenses>
  17. <developers>
  18. <developer>
  19. <id>grpc.io</id>
  20. <name>gRPC Contributors</name>
  21. <email>grpc-io@googlegroups.com</email>
  22. <url>https://grpc.io/</url>
  23. <organization>gRPC Authors</organization>
  24. <organizationUrl>https://www.google.com</organizationUrl>
  25. </developer>
  26. </developers>
  27. <scm>
  28. <connection>scm:git:https://github.com/grpc/grpc-java.git</connection>
  29. <developerConnection>scm:git:git@github.com:grpc/grpc-java.git</developerConnection>
  30. <url>https://github.com/grpc/grpc-java</url>
  31. </scm>
  32. <dependencyManagement>
  33. <dependencies>
  34. <dependency>
  35. <groupId>io.grpc</groupId>
  36. <artifactId>grpc-all</artifactId>
  37. <version>1.31.1</version>
  38. </dependency>
  39. <dependency>
  40. <groupId>io.grpc</groupId>
  41. <artifactId>grpc-alts</artifactId>
  42. <version>1.31.1</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>io.grpc</groupId>
  46. <artifactId>grpc-api</artifactId>
  47. <version>1.31.1</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>io.grpc</groupId>
  51. <artifactId>grpc-auth</artifactId>
  52. <version>1.31.1</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>io.grpc</groupId>
  56. <artifactId>grpc-benchmarks</artifactId>
  57. <version>1.31.1</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>io.grpc</groupId>
  61. <artifactId>grpc-census</artifactId>
  62. <version>1.31.1</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>io.grpc</groupId>
  66. <artifactId>grpc-context</artifactId>
  67. <version>1.31.1</version>
  68. </dependency>
  69. <dependency>
  70. <groupId>io.grpc</groupId>
  71. <artifactId>grpc-core</artifactId>
  72. <version>1.31.1</version>
  73. </dependency>
  74. <dependency>
  75. <groupId>io.grpc</groupId>
  76. <artifactId>grpc-grpclb</artifactId>
  77. <version>1.31.1</version>
  78. </dependency>
  79. <dependency>
  80. <groupId>io.grpc</groupId>
  81. <artifactId>grpc-interop-testing</artifactId>
  82. <version>1.31.1</version>
  83. </dependency>
  84. <dependency>
  85. <groupId>io.grpc</groupId>
  86. <artifactId>grpc-netty</artifactId>
  87. <version>1.31.1</version>
  88. </dependency>
  89. <dependency>
  90. <groupId>io.grpc</groupId>
  91. <artifactId>grpc-netty-shaded</artifactId>
  92. <version>1.31.1</version>
  93. </dependency>
  94. <dependency>
  95. <groupId>io.grpc</groupId>
  96. <artifactId>grpc-okhttp</artifactId>
  97. <version>1.31.1</version>
  98. </dependency>
  99. <dependency>
  100. <groupId>io.grpc</groupId>
  101. <artifactId>grpc-protobuf</artifactId>
  102. <version>1.31.1</version>
  103. </dependency>
  104. <dependency>
  105. <groupId>io.grpc</groupId>
  106. <artifactId>grpc-protobuf-lite</artifactId>
  107. <version>1.31.1</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>io.grpc</groupId>
  111. <artifactId>grpc-services</artifactId>
  112. <version>1.31.1</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>io.grpc</groupId>
  116. <artifactId>grpc-stub</artifactId>
  117. <version>1.31.1</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>io.grpc</groupId>
  121. <artifactId>grpc-testing</artifactId>
  122. <version>1.31.1</version>
  123. </dependency>
  124. <dependency>
  125. <groupId>io.grpc</groupId>
  126. <artifactId>grpc-testing-proto</artifactId>
  127. <version>1.31.1</version>
  128. </dependency>
  129. <dependency>
  130. <groupId>io.grpc</groupId>
  131. <artifactId>grpc-xds</artifactId>
  132. <version>1.31.1</version>
  133. </dependency>
  134. <dependency>
  135. <groupId>io.grpc</groupId>
  136. <artifactId>protoc-gen-grpc-java</artifactId>
  137. <version>1.31.1</version>
  138. <type>pom</type>
  139. </dependency>
  140. </dependencies>
  141. </dependencyManagement>
  142. </project>