1
+ <?xml version =' 1.0' encoding =' UTF-8' ?>
2
+ <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" >
3
+ <modelVersion >4.0.0</modelVersion >
4
+ <groupId >com.google.api</groupId >
5
+ <artifactId >gapic-generator-java-bom</artifactId >
6
+ <packaging >pom</packaging >
7
+ <version >2.12.1-SNAPSHOT</version ><!-- {x-version-update:gapic-generator-java:current} -->
8
+ <name >GAPIC Generator Java BOM</name >
9
+ <description >
10
+ BOM for the libraries in gapic-generator-java repository. Users should not
11
+ depend on this artifact explicitly because this BOM is an implementation
12
+ detail of the Libraries BOM.
13
+ </description >
14
+
15
+ <parent >
16
+ <groupId >com.google.cloud</groupId >
17
+ <artifactId >gapic-generator-java-pom-parent</artifactId >
18
+ <version >2.12.1-SNAPSHOT</version ><!-- {x-version-update:gapic-generator-java:current} -->
19
+ <relativePath >../gapic-generator-java-pom-parent</relativePath >
20
+ </parent >
21
+
22
+ <dependencyManagement >
23
+ <dependencies >
24
+ <!-- Major external dependencies -->
25
+ <dependency >
26
+ <groupId >io.grpc</groupId >
27
+ <artifactId >grpc-bom</artifactId >
28
+ <version >${grpc.version} </version >
29
+ <type >pom</type >
30
+ <scope >import</scope >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >com.google.protobuf</groupId >
34
+ <artifactId >protobuf-bom</artifactId >
35
+ <version >${protobuf.version} </version >
36
+ <type >pom</type >
37
+ <scope >import</scope >
38
+ </dependency >
39
+
40
+ <!-- Libraries published from this repositories -->
41
+ <dependency >
42
+ <groupId >com.google.api</groupId >
43
+ <artifactId >api-common</artifactId >
44
+ <version >2.3.2-SNAPSHOT</version ><!-- {x-version-update:api-common:current} -->
45
+ </dependency >
46
+ <dependency >
47
+ <groupId >com.google.api</groupId >
48
+ <artifactId >gax-bom</artifactId >
49
+ <version >2.20.2-SNAPSHOT</version ><!-- {x-version-update:gax:current} -->
50
+ <type >pom</type >
51
+ <scope >import</scope >
52
+ </dependency >
53
+ <dependency >
54
+ <groupId >com.google.api.grpc</groupId >
55
+ <artifactId >grpc-google-common-protos</artifactId >
56
+ <version >2.11.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-common-protos:current} -->
57
+ </dependency >
58
+ <dependency >
59
+ <groupId >com.google.api.grpc</groupId >
60
+ <artifactId >proto-google-common-protos</artifactId >
61
+ <version >2.11.1-SNAPSHOT</version ><!-- {x-version-update:proto-google-common-protos:current} -->
62
+ </dependency >
63
+ <dependency >
64
+ <groupId >com.google.api.grpc</groupId >
65
+ <artifactId >proto-google-iam-v1</artifactId >
66
+ <version >1.6.23-SNAPSHOT</version ><!-- {x-version-update:proto-google-iam-v1:current} -->
67
+ </dependency >
68
+ <dependency >
69
+ <groupId >com.google.api.grpc</groupId >
70
+ <artifactId >proto-google-iam-v2</artifactId >
71
+ <version >1.6.23-SNAPSHOT</version ><!-- {x-version-update:proto-google-iam-v2:current} -->
72
+ </dependency >
73
+ <dependency >
74
+ <groupId >com.google.api.grpc</groupId >
75
+ <artifactId >proto-google-iam-v2beta</artifactId >
76
+ <version >1.6.23-SNAPSHOT</version ><!-- {x-version-update:proto-google-iam-v2beta:current} -->
77
+ </dependency >
78
+
79
+ <!-- Following test deps are kept to keep them consistent with versions above -->
80
+ <dependency >
81
+ <groupId >com.google.api.grpc</groupId >
82
+ <artifactId >grpc-google-iam-v1</artifactId >
83
+ <version >1.6.23-SNAPSHOT</version ><!-- {x-version-update:grpc-google-iam-v1:current} -->
84
+ </dependency >
85
+ <dependency >
86
+ <groupId >com.google.api.grpc</groupId >
87
+ <artifactId >grpc-google-iam-v2</artifactId >
88
+ <version >1.6.23-SNAPSHOT</version ><!-- {x-version-update:grpc-google-iam-v2:current} -->
89
+ </dependency >
90
+ <dependency >
91
+ <groupId >com.google.api.grpc</groupId >
92
+ <artifactId >grpc-google-iam-v2beta</artifactId >
93
+ <version >1.6.23-SNAPSHOT</version ><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
94
+ </dependency >
95
+ </dependencies >
96
+
97
+ </dependencyManagement >
98
+
99
+ </project >
0 commit comments