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