-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
Copy pathpom.xml
40 lines (37 loc) · 1.72 KB
/
pom.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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.cloud</groupId>
<artifactId>google-cloud-accessapproval-bom</artifactId>
<version>2.57.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
<packaging>pom</packaging>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom-parent</artifactId>
<version>1.50.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
</parent>
<name>Google Cloud Access Approval BOM</name>
<description>
BOM for Google Cloud Access Approval
</description>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-accessapproval</artifactId>
<version>2.57.0</version><!-- {x-version-update:google-cloud-accessapproval:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-accessapproval-v1</artifactId>
<version>2.57.0</version><!-- {x-version-update:grpc-google-cloud-accessapproval-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-accessapproval-v1</artifactId>
<version>2.57.0</version><!-- {x-version-update:proto-google-cloud-accessapproval-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
</project>