File tree 1 file changed +4
-8
lines changed
1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 32
32
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
33
</properties >
34
34
35
- <!-- [START tts_java_dependencies ] -->
35
+ <!-- [START workflows_api_quickstart_dependencies ] -->
36
36
<!-- Using libraries-bom to manage versions.
37
37
See https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud-Platform-Libraries-BOM -->
38
38
<dependencyManagement >
48
48
</dependencyManagement >
49
49
50
50
<dependencies >
51
- <dependency >
52
- <groupId >com.google.cloud</groupId >
53
- <artifactId >google-cloud-texttospeech</artifactId >
54
- </dependency >
55
51
<dependency >
56
52
<groupId >com.google.cloud</groupId >
57
53
<artifactId >google-cloud-workflows</artifactId >
62
58
<artifactId >google-cloud-workflow-executions</artifactId >
63
59
<version >0.2.1</version >
64
60
</dependency >
65
- <!-- [END tts_java_dependencies ] -->
61
+ <!-- [END workflows_api_quickstart_dependencies ] -->
66
62
67
63
<!-- Test dependencies -->
68
64
<dependency >
77
73
<version >1.1.2</version >
78
74
<scope >test</scope >
79
75
</dependency >
80
- <!-- [START tts_java_dependencies ] -->
76
+ <!-- [START workflows_api_quickstart_dependencies ] -->
81
77
</dependencies >
82
- <!-- [END tts_java_dependencies ] -->
78
+ <!-- [END workflows_api_quickstart_dependencies ] -->
83
79
</project >
You can’t perform that action at this time.
0 commit comments