File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments