1
1
<?xml version =" 1.0" ?>
2
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
3
<modelVersion >4.0.0</modelVersion >
4
+ <groupId >com.google.cloud</groupId >
4
5
<artifactId >google-cloud-asset</artifactId >
5
6
<version >0.114.1-beta-SNAPSHOT</version ><!-- {x-version-update:google-cloud-asset:current} -->
6
7
<packaging >jar</packaging >
7
8
<name >Google Cloud Asset</name >
8
- <url >https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-asset</url >
9
- <description >
10
- Java idiomatic client for Google Cloud Asset
11
- </description >
9
+ <url >https://github.com/googleapis/java-asset</url >
10
+ <description >Java idiomatic client for Google Cloud Asset</description >
12
11
<parent >
13
12
<groupId >com.google.cloud</groupId >
14
- <artifactId >google-cloud-clients </artifactId >
15
- <version >0.114.1-alpha -SNAPSHOT</version ><!-- {x-version-update:google-cloud-clients :current} -->
13
+ <artifactId >google-cloud-asset-parent </artifactId >
14
+ <version >0.114.1-beta -SNAPSHOT</version ><!-- {x-version-update:google-cloud-asset :current} -->
16
15
</parent >
17
16
<properties >
18
17
<site .installationModule>google-cloud-asset</site .installationModule>
19
18
</properties >
20
19
<dependencies >
21
20
<dependency >
22
- <groupId >${project.groupId} </groupId >
23
- <artifactId >google-cloud-core-grpc</artifactId >
21
+ <groupId >io.grpc</groupId >
22
+ <artifactId >grpc-api</artifactId >
23
+ </dependency >
24
+ <dependency >
25
+ <groupId >io.grpc</groupId >
26
+ <artifactId >grpc-stub</artifactId >
27
+ </dependency >
28
+ <dependency >
29
+ <groupId >io.grpc</groupId >
30
+ <artifactId >grpc-protobuf</artifactId >
31
+ </dependency >
32
+ <dependency >
33
+ <groupId >com.google.api</groupId >
34
+ <artifactId >api-common</artifactId >
35
+ </dependency >
36
+ <dependency >
37
+ <groupId >com.google.protobuf</groupId >
38
+ <artifactId >protobuf-java</artifactId >
24
39
</dependency >
25
40
<dependency >
26
41
<groupId >com.google.api.grpc</groupId >
27
- <artifactId >proto-google-cloud-asset-v1 </artifactId >
42
+ <artifactId >proto-google-common-protos </artifactId >
28
43
</dependency >
44
+
29
45
<dependency >
30
46
<groupId >com.google.api.grpc</groupId >
31
- <artifactId >proto-google-cloud-asset-v1beta1 </artifactId >
47
+ <artifactId >proto-google-cloud-asset-v1 </artifactId >
32
48
</dependency >
33
49
<dependency >
34
50
<groupId >com.google.api.grpc</groupId >
35
51
<artifactId >proto-google-cloud-asset-v1p2beta1</artifactId >
36
52
</dependency >
53
+ <dependency >
54
+ <groupId >com.google.api.grpc</groupId >
55
+ <artifactId >proto-google-cloud-asset-v1beta1</artifactId >
56
+ </dependency >
57
+ <dependency >
58
+ <groupId >com.google.guava</groupId >
59
+ <artifactId >guava</artifactId >
60
+ </dependency >
61
+ <dependency >
62
+ <groupId >com.google.api</groupId >
63
+ <artifactId >gax</artifactId >
64
+ </dependency >
65
+ <dependency >
66
+ <groupId >com.google.api</groupId >
67
+ <artifactId >gax-grpc</artifactId >
68
+ </dependency >
69
+ <dependency >
70
+ <groupId >org.threeten</groupId >
71
+ <artifactId >threetenbp</artifactId >
72
+ </dependency >
73
+
37
74
<!-- Test dependencies -->
38
75
<dependency >
39
76
<groupId >junit</groupId >
40
77
<artifactId >junit</artifactId >
41
78
<scope >test</scope >
42
79
</dependency >
80
+
43
81
<dependency >
44
82
<groupId >com.google.api.grpc</groupId >
45
83
<artifactId >grpc-google-cloud-asset-v1</artifactId >
64
102
</dependency >
65
103
</dependencies >
66
104
67
- <reporting >
68
- <plugins >
69
- <plugin >
70
- <groupId >org.apache.maven.plugins</groupId >
71
- <artifactId >maven-javadoc-plugin</artifactId >
72
- <version >3.1.1</version >
73
- <configuration >
74
- <show >protected</show >
75
- <nohelp >true</nohelp >
76
- <doclint >none</doclint >
77
- <splitindex >true</splitindex >
78
- <offlineLinks >
79
- <offlineLink >
80
- <url >${project.javadoc.protobufBaseURL} </url >
81
- <location >../../../../../google-api-grpc/proto-google-cloud-asset-v1/target/site/apidocs/</location >
82
- </offlineLink >
83
- <offlineLink >
84
- <url >${project.javadoc.protobufBaseURL} </url >
85
- <location >../../../../../google-api-grpc/grpc-google-cloud-asset-v1/target/site/apidocs/</location >
86
- </offlineLink >
87
- <offlineLink >
88
- <url >${project.javadoc.protobufBaseURL} </url >
89
- <location >../../../../../google-api-grpc/proto-google-cloud-asset-v1beta1/target/site/apidocs/</location >
90
- </offlineLink >
91
- <offlineLink >
92
- <url >${project.javadoc.protobufBaseURL} </url >
93
- <location >../../../../../google-api-grpc/grpc-google-cloud-asset-v1beta1/target/site/apidocs/</location >
94
- </offlineLink >
95
- <offlineLink >
96
- <url >${project.javadoc.protobufBaseURL} </url >
97
- <location >../../../../../google-api-grpc/proto-google-cloud-asset-v1p2beta1/target/site/apidocs/</location >
98
- </offlineLink >
99
- <offlineLink >
100
- <url >${project.javadoc.protobufBaseURL} </url >
101
- <location >../../../../../google-api-grpc/grpc-google-cloud-asset-v1p2beta1/target/site/apidocs/</location >
102
- </offlineLink >
103
- </offlineLinks >
104
- </configuration >
105
- </plugin >
106
- </plugins >
107
- </reporting >
108
- </project >
105
+ <profiles >
106
+ <profile >
107
+ <id >java9</id >
108
+ <activation >
109
+ <jdk >[9,)</jdk >
110
+ </activation >
111
+ <dependencies >
112
+ <dependency >
113
+ <groupId >javax.annotation</groupId >
114
+ <artifactId >javax.annotation-api</artifactId >
115
+ </dependency >
116
+ </dependencies >
117
+ </profile >
118
+ </profiles >
119
+ </project >
0 commit comments