Skip to content

Commit 044eb4a

Browse files
committed
feat: add dep
1 parent 75482d6 commit 044eb4a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

backend/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ the specific language governing permissions and limitations under the License. -
2727
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
2828
</license>
2929
</licenses>
30-
<properties>
31-
<spring-ai.version>1.0.0</spring-ai.version>
32-
</properties>
3330
<dependencies>
3431
<dependency>
3532
<groupId>org.springframework.boot</groupId>
@@ -63,6 +60,10 @@ the specific language governing permissions and limitations under the License. -
6360
<groupId>org.springframework.boot</groupId>
6461
<artifactId>spring-boot-starter-actuator</artifactId>
6562
</dependency>
63+
<dependency>
64+
<groupId>org.springframework.ai</groupId>
65+
<artifactId>spring-ai-starter-model-chat-memory</artifactId>
66+
</dependency>
6667
<dependency>
6768
<groupId>org.springframework.boot</groupId>
6869
<artifactId>spring-boot-starter-validation</artifactId>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2929
<project.build.finalName>AngularPwaMessenger</project.build.finalName>
3030
<java.version>24</java.version>
31+
<spring-ai.version>1.0.0</spring-ai.version>
3132
<docker.image.prefix>angular2guy</docker.image.prefix>
3233
<!-- <npm.test.script>test-chromium</npm.test.script> -->
3334
<npm.test.script>test</npm.test.script>

0 commit comments

Comments
 (0)