Skip to content

Commit 1ee28c6

Browse files
ilayaperumalgtzolov
andcommitted
Fix POM files for the missing maven metadata
Co-Authored-by: Christian Tzolov <[email protected]> Signed-off-by: Ilayaperumal Gopinathan <[email protected]>
1 parent 9634b3d commit 1ee28c6

File tree

2 files changed

+17
-1
lines changed
  • auto-configurations/models/chat/memory/spring-ai-autoconfigure-model-chat-memory-redis
  • memory/repository/spring-ai-model-chat-memory-repository-redis

2 files changed

+17
-1
lines changed

auto-configurations/models/chat/memory/spring-ai-autoconfigure-model-chat-memory-redis/pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
<name>Spring AI Redis Chat Memory Auto Configuration</name>
1414
<description>Spring AI Redis Chat Memory Auto Configuration</description>
1515

16+
<url>https://github.com/spring-projects/spring-ai</url>
17+
18+
<scm>
19+
<url>https://github.com/spring-projects/spring-ai</url>
20+
<connection>git://github.com/spring-projects/spring-ai.git</connection>
21+
<developerConnection>[email protected]:spring-projects/spring-ai.git</developerConnection>
22+
</scm>
23+
1624
<dependencies>
1725
<!-- production dependencies -->
1826
<dependency>
@@ -76,4 +84,4 @@
7684
</dependency>
7785
</dependencies>
7886

79-
</project>
87+
</project>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@
1313
<name>Spring AI Chat Memory Repository - Redis</name>
1414
<description>Redis-based persistent implementation of the Spring AI ChatMemoryRepository interface</description>
1515

16+
<url>https://github.com/spring-projects/spring-ai</url>
17+
18+
<scm>
19+
<url>https://github.com/spring-projects/spring-ai</url>
20+
<connection>git://github.com/spring-projects/spring-ai.git</connection>
21+
<developerConnection>[email protected]:spring-projects/spring-ai.git</developerConnection>
22+
</scm>
23+
1624
<dependencies>
1725
<dependency>
1826
<groupId>org.springframework.ai</groupId>

0 commit comments

Comments
 (0)