Migrage reader/transformer/writer packages from core to commons

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
Soby Chacko
2025-03-31 12:08:06 -04:00
parent 53af6fd5ac
commit 9875aaf1ca
19 changed files with 293 additions and 4 deletions

View File

@@ -42,6 +42,7 @@
<dependencies>
<!-- production dependencies -->
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
@@ -132,7 +133,6 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>