xref: /aosp_15_r20/external/google-cloud-java/java-gkehub/google-cloud-gkehub/pom.xml (revision 55e87721aa1bc457b326496a7ca40f3ea1a63287)
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.cloud</groupId>
5  <artifactId>google-cloud-gkehub</artifactId>
6  <version>1.17.0</version><!-- {x-version-update:google-cloud-gkehub:current} -->
7  <packaging>jar</packaging>
8  <name>Google GKE Hub API</name>
9  <description>provides a unified way to work with Kubernetes clusters as part of Anthos, extending GKE to work in multiple environments. You have consistent, unified, and secure infrastructure, cluster, and container management, whether you're using Anthos on Google Cloud (with traditional GKE), hybrid cloud, or multiple public clouds.</description>
10  <parent>
11    <groupId>com.google.cloud</groupId>
12    <artifactId>google-cloud-gkehub-parent</artifactId>
13    <version>1.17.0</version><!-- {x-version-update:google-cloud-gkehub:current} -->
14  </parent>
15  <properties>
16    <site.installationModule>google-cloud-gkehub</site.installationModule>
17  </properties>
18  <dependencies>
19    <dependency>
20      <groupId>io.grpc</groupId>
21      <artifactId>grpc-api</artifactId>
22    </dependency>
23    <dependency>
24      <groupId>io.grpc</groupId>
25      <artifactId>grpc-stub</artifactId>
26    </dependency>
27    <dependency>
28      <groupId>io.grpc</groupId>
29      <artifactId>grpc-protobuf</artifactId>
30    </dependency>
31    <dependency>
32      <groupId>com.google.api</groupId>
33      <artifactId>api-common</artifactId>
34    </dependency>
35    <dependency>
36      <groupId>com.google.protobuf</groupId>
37      <artifactId>protobuf-java</artifactId>
38    </dependency>
39    <dependency>
40      <groupId>com.google.api.grpc</groupId>
41      <artifactId>proto-google-common-protos</artifactId>
42    </dependency>
43    <dependency>
44      <groupId>com.google.api.grpc</groupId>
45      <artifactId>grpc-google-common-protos</artifactId>
46    </dependency>
47    <dependency>
48      <groupId>com.google.api.grpc</groupId>
49      <artifactId>proto-google-iam-v1</artifactId>
50    </dependency>
51    <dependency>
52      <groupId>com.google.api.grpc</groupId>
53      <artifactId>grpc-google-iam-v1</artifactId>
54    </dependency>
55
56    <dependency>
57      <groupId>com.google.api.grpc</groupId>
58      <artifactId>proto-google-cloud-gkehub-v1beta</artifactId>
59    </dependency>
60    <dependency>
61      <groupId>com.google.api.grpc</groupId>
62      <artifactId>proto-google-cloud-gkehub-v1alpha2</artifactId>
63    </dependency>
64    <dependency>
65      <groupId>com.google.api.grpc</groupId>
66      <artifactId>proto-google-cloud-gkehub-v1alpha</artifactId>
67    </dependency>
68    <dependency>
69      <groupId>com.google.api.grpc</groupId>
70      <artifactId>proto-google-cloud-gkehub-v1</artifactId>
71    </dependency>
72    <dependency>
73      <groupId>com.google.api.grpc</groupId>
74      <artifactId>proto-google-cloud-gkehub-v1beta1</artifactId>
75    </dependency>
76    <dependency>
77      <groupId>com.google.guava</groupId>
78      <artifactId>guava</artifactId>
79    </dependency>
80    <dependency>
81      <groupId>com.google.api</groupId>
82      <artifactId>gax</artifactId>
83    </dependency>
84    <dependency>
85      <groupId>com.google.api</groupId>
86      <artifactId>gax-grpc</artifactId>
87    </dependency>
88    <dependency>
89      <groupId>com.google.api</groupId>
90      <artifactId>gax-httpjson</artifactId>
91    </dependency>
92    <dependency>
93      <groupId>org.threeten</groupId>
94      <artifactId>threetenbp</artifactId>
95    </dependency>
96
97    <!-- Test dependencies -->
98    <dependency>
99      <groupId>junit</groupId>
100      <artifactId>junit</artifactId>
101      <scope>test</scope>
102    </dependency>
103
104    <dependency>
105      <groupId>com.google.api.grpc</groupId>
106      <artifactId>grpc-google-cloud-gkehub-v1beta1</artifactId>
107      <scope>test</scope>
108    </dependency>
109    <dependency>
110      <groupId>com.google.api.grpc</groupId>
111      <artifactId>grpc-google-cloud-gkehub-v1alpha2</artifactId>
112      <scope>test</scope>
113    </dependency>
114    <dependency>
115      <groupId>com.google.api.grpc</groupId>
116      <artifactId>grpc-google-cloud-gkehub-v1beta</artifactId>
117      <scope>test</scope>
118    </dependency>
119    <dependency>
120      <groupId>com.google.api.grpc</groupId>
121      <artifactId>grpc-google-cloud-gkehub-v1alpha</artifactId>
122      <scope>test</scope>
123    </dependency>
124    <dependency>
125      <groupId>com.google.api.grpc</groupId>
126      <artifactId>grpc-google-cloud-gkehub-v1</artifactId>
127      <scope>test</scope>
128    </dependency>
129    <!-- Need testing utility classes for generated gRPC clients tests -->
130    <dependency>
131      <groupId>com.google.api</groupId>
132      <artifactId>gax</artifactId>
133      <classifier>testlib</classifier>
134      <scope>test</scope>
135    </dependency>
136    <dependency>
137      <groupId>com.google.api</groupId>
138      <artifactId>gax-grpc</artifactId>
139      <classifier>testlib</classifier>
140      <scope>test</scope>
141    </dependency>
142    <dependency>
143    <groupId>com.google.api</groupId>
144      <artifactId>gax-httpjson</artifactId>
145      <classifier>testlib</classifier>
146      <scope>test</scope>
147    </dependency>
148  </dependencies>
149</project>
150