File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
java-ai/src/main/resources Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ server:
53
53
port : 8444
54
54
tomcat :
55
55
max-swallow-size : 200MB
56
- # ssl:
57
- # enabled: true
58
- # key-store-type: PKCS12
59
- # key-store: classpath:keystore.p12
60
- # key-store-password: Welcome1
61
- # key-alias: springboot
56
+ ssl :
57
+ enabled : true
58
+ key-store-type : PKCS12
59
+ key-store : classpath:keystore.p12
60
+ key-store-password : Welcome1
61
+ key-alias : springboot
File renamed without changes.
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >com.google.cloud</groupId >
24
24
<artifactId >libraries-bom</artifactId >
25
- <version >26.51 .0</version >
25
+ <version >26.53 .0</version >
26
26
<type >pom</type >
27
27
<scope >import</scope >
28
28
</dependency >
34
34
<groupId >com.google.cloud</groupId >
35
35
<artifactId >google-cloud-speech</artifactId >
36
36
</dependency >
37
+ <dependency >
38
+ <groupId >com.google.api</groupId >
39
+ <artifactId >gax</artifactId >
40
+ <version >2.34.0</version > <!-- Use the latest version -->
41
+ </dependency >
42
+ <dependency >
43
+ <groupId >com.google.api</groupId >
44
+ <artifactId >gax-grpc</artifactId >
45
+ <version >2.34.0</version >
46
+ </dependency >
37
47
38
48
<dependency >
39
49
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments