11<?xml version =" 1.0" ?>
22<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" >
33 <modelVersion >4.0.0</modelVersion >
4+ <groupId >com.google.cloud</groupId >
45 <artifactId >google-cloud-texttospeech</artifactId >
56 <version >0.116.1-beta-SNAPSHOT</version ><!-- {x-version-update:google-cloud-texttospeech:current} -->
67 <packaging >jar</packaging >
78 <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 >
1211 <parent >
1312 <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} -->
1615 </parent >
1716 <properties >
18- <site .installationModule>google-cloud-texttospeech-v1beta1 </site .installationModule>
17+ <site .installationModule>google-cloud-texttospeech</site .installationModule>
1918 </properties >
2019 <dependencies >
2120 <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 >
2439 </dependency >
2540 <dependency >
2641 <groupId >com.google.api.grpc</groupId >
27- <artifactId >proto-google-cloud-texttospeech-v1beta1 </artifactId >
42+ <artifactId >proto-google-common-protos </artifactId >
2843 </dependency >
44+
2945 <dependency >
3046 <groupId >com.google.api.grpc</groupId >
3147 <artifactId >proto-google-cloud-texttospeech-v1</artifactId >
3248 </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 >
3369
3470 <!-- Test dependencies -->
3571 <dependency >
3672 <groupId >junit</groupId >
3773 <artifactId >junit</artifactId >
3874 <scope >test</scope >
3975 </dependency >
76+
4077 <dependency >
4178 <groupId >com.google.api.grpc</groupId >
4279 <artifactId >grpc-google-cloud-texttospeech-v1beta1</artifactId >
5693 </dependency >
5794 </dependencies >
5895
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