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-tasks</artifactId >
5
6
<version >1.25.1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-tasks:current} -->
6
7
<packaging >jar</packaging >
7
8
<name >Google Cloud Tasks</name >
8
- <url >https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/google-cloud-tasks</url >
9
- <description >
10
- Java idiomatic client for Google Cloud Tasks
11
- </description >
9
+ <url >https://github.com/googleapis/java-tasks</url >
10
+ <description >Java idiomatic client for Google Cloud Tasks</description >
12
11
<parent >
13
12
<groupId >com.google.cloud</groupId >
14
- <artifactId >google-cloud-clients </artifactId >
15
- <version >0.116 .1-alpha- SNAPSHOT</version ><!-- {x-version-update:google-cloud-clients :current} -->
13
+ <artifactId >google-cloud-tasks-parent </artifactId >
14
+ <version >1.25 .1-SNAPSHOT</version ><!-- {x-version-update:google-cloud-tasks :current} -->
16
15
</parent >
17
16
<properties >
18
- <site .installationModule>google-cloud-tasks-v2 </site .installationModule>
17
+ <site .installationModule>google-cloud-tasks</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-tasks-v2</artifactId >
42
+ <artifactId >proto-google-common-protos</artifactId >
43
+ </dependency >
44
+
45
+ <dependency >
46
+ <groupId >com.google.api.grpc</groupId >
47
+ <artifactId >proto-google-cloud-tasks-v2beta3</artifactId >
28
48
</dependency >
29
49
<dependency >
30
50
<groupId >com.google.api.grpc</groupId >
31
51
<artifactId >proto-google-cloud-tasks-v2beta2</artifactId >
32
52
</dependency >
33
53
<dependency >
34
54
<groupId >com.google.api.grpc</groupId >
35
- <artifactId >proto-google-cloud-tasks-v2beta3</artifactId >
55
+ <artifactId >proto-google-cloud-tasks-v2</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 >
36
72
</dependency >
37
73
38
74
<!-- Test dependencies -->
41
77
<artifactId >junit</artifactId >
42
78
<scope >test</scope >
43
79
</dependency >
80
+
44
81
<dependency >
45
82
<groupId >com.google.api.grpc</groupId >
46
- <artifactId >grpc-google-cloud-tasks-v2 </artifactId >
83
+ <artifactId >grpc-google-cloud-tasks-v2beta3 </artifactId >
47
84
<scope >test</scope >
48
85
</dependency >
49
86
<dependency >
53
90
</dependency >
54
91
<dependency >
55
92
<groupId >com.google.api.grpc</groupId >
56
- <artifactId >grpc-google-cloud-tasks-v2beta3 </artifactId >
93
+ <artifactId >grpc-google-cloud-tasks-v2 </artifactId >
57
94
<scope >test</scope >
58
95
</dependency >
59
96
<!-- Need testing utility classes for generated gRPC clients tests -->
65
102
</dependency >
66
103
</dependencies >
67
104
68
- <reporting >
69
- <plugins >
70
- <plugin >
71
- <groupId >org.apache.maven.plugins</groupId >
72
- <artifactId >maven-javadoc-plugin</artifactId >
73
- <version >3.1.1</version >
74
- <configuration >
75
- <show >protected</show >
76
- <nohelp >true</nohelp >
77
- <doclint >none</doclint >
78
- <splitindex >true</splitindex >
79
- <offlineLinks >
80
- <offlineLink >
81
- <url >${project.javadoc.protobufBaseURL} </url >
82
- <location >../../../../../google-api-grpc/proto-google-cloud-tasks-v2/target/site/apidocs/</location >
83
- </offlineLink >
84
- <offlineLink >
85
- <url >${project.javadoc.protobufBaseURL} </url >
86
- <location >../../../../../google-api-grpc/grpc-google-cloud-tasks-v2/target/site/apidocs/</location >
87
- </offlineLink >
88
- <offlineLink >
89
- <url >${project.javadoc.protobufBaseURL} </url >
90
- <location >../../../../../google-api-grpc/proto-google-cloud-tasks-v2beta2/target/site/apidocs/</location >
91
- </offlineLink >
92
- <offlineLink >
93
- <url >${project.javadoc.protobufBaseURL} </url >
94
- <location >../../../../../google-api-grpc/grpc-google-cloud-tasks-v2beta2/target/site/apidocs/</location >
95
- </offlineLink >
96
- <offlineLink >
97
- <url >${project.javadoc.protobufBaseURL} </url >
98
- <location >../../../../../google-api-grpc/proto-google-cloud-tasks-v2beta3/target/site/apidocs/</location >
99
- </offlineLink >
100
- <offlineLink >
101
- <url >${project.javadoc.protobufBaseURL} </url >
102
- <location >../../../../../google-api-grpc/grpc-google-cloud-tasks-v2beta3/target/site/apidocs/</location >
103
- </offlineLink >
104
- </offlineLinks >
105
- </configuration >
106
- </plugin >
107
- </plugins >
108
- </reporting >
109
- </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