We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c06fe commit 0c1a9efCopy full SHA for 0c1a9ef
memory/repository/spring-ai-model-chat-memory-repository-mongodb/pom.xml
@@ -30,6 +30,14 @@
30
<name>Spring AI MongoDB Chat Memory</name>
31
<description>Spring AI MongoDB Chat Memory implementation</description>
32
33
+ <url>https://github.com/spring-projects/spring-ai</url>
34
+
35
+ <scm>
36
37
+ <connection>git://github.com/spring-projects/spring-ai.git</connection>
38
+ <developerConnection>[email protected]:spring-projects/spring-ai.git</developerConnection>
39
+ </scm>
40
41
<dependencies>
42
<dependency>
43
<groupId>org.springframework.ai</groupId>
0 commit comments