Skip to content

Commit 0270c86

Browse files
committed
image rename, revert to SSL for quick test...
1 parent 330bae4 commit 0270c86

File tree

3 files changed

+17
-7
lines changed

3 files changed

+17
-7
lines changed

java-ai/src/main/resources/application.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ server:
5353
port: 8444
5454
tomcat:
5555
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

java-gcpspeechai/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>libraries-bom</artifactId>
25-
<version>26.51.0</version>
25+
<version>26.53.0</version>
2626
<type>pom</type>
2727
<scope>import</scope>
2828
</dependency>
@@ -34,6 +34,16 @@
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>google-cloud-speech</artifactId>
3636
</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>
3747

3848
<dependency>
3949
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)