Skip to content

Commit 8e5b421

Browse files
committed
fix: autoconfigure
1 parent 3d29e39 commit 8e5b421

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

backend/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ the specific language governing permissions and limitations under the License. -
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-actuator</artifactId>
3434
</dependency>
35+
<dependency>
36+
<groupId>org.springframework.boot</groupId>
37+
<artifactId>spring-boot-starter-restclient</artifactId>
38+
</dependency>
3539
<dependency>
3640
<groupId>org.springframework.boot</groupId>
3741
<artifactId>spring-boot-starter-data-mongodb-reactive</artifactId>
@@ -115,6 +119,11 @@ the specific language governing permissions and limitations under the License. -
115119
<artifactId>spring-boot-starter-websocket-test</artifactId>
116120
<scope>test</scope>
117121
</dependency>
122+
<dependency>
123+
<groupId>org.springframework.boot</groupId>
124+
<artifactId>spring-boot-starter-restclient-test</artifactId>
125+
<scope>test</scope>
126+
</dependency>
118127
<dependency>
119128
<groupId>org.springframework.ai</groupId>
120129
<artifactId>spring-ai-starter-model-chat-memory</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2929
<project.build.finalName>AngularPwaMessenger</project.build.finalName>
3030
<java.version>25</java.version>
31-
<spring-ai.version>1.0.0</spring-ai.version>
31+
<spring-ai.version>1.1.0</spring-ai.version>
3232
<docker.image.prefix>angular2guy</docker.image.prefix>
3333
<!-- <npm.test.script>test-chromium</npm.test.script> -->
3434
<npm.test.script>test</npm.test.script>

0 commit comments

Comments
 (0)