Skip to content

Commit 0c1a9ef

Browse files
committed
Fix Maven configuration for MongoDB chat memory repository
Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent a4c06fe commit 0c1a9ef

File tree

1 file changed

+8
-0
lines changed
  • memory/repository/spring-ai-model-chat-memory-repository-mongodb

1 file changed

+8
-0
lines changed

memory/repository/spring-ai-model-chat-memory-repository-mongodb/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
<name>Spring AI MongoDB Chat Memory</name>
3131
<description>Spring AI MongoDB Chat Memory implementation</description>
3232

33+
<url>https://github.com/spring-projects/spring-ai</url>
34+
35+
<scm>
36+
<url>https://github.com/spring-projects/spring-ai</url>
37+
<connection>git://github.com/spring-projects/spring-ai.git</connection>
38+
<developerConnection>[email protected]:spring-projects/spring-ai.git</developerConnection>
39+
</scm>
40+
3341
<dependencies>
3442
<dependency>
3543
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)