Migrate weaviate store auto-config to its own module

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>

Fixing typo, adding new autoconfig module to starter module

Signed-off-by: Soby Chacko <soby.chacko@broadcom.com>
This commit is contained in:
Soby Chacko
2025-02-19 18:35:12 -05:00
committed by Ilayaperumal Gopinathan
parent 0719f44016
commit 413ab9692d
13 changed files with 189 additions and 7 deletions

View File

@@ -72,5 +72,10 @@
<artifactId>mockwebserver</artifactId>
<version>${okhttp3.version}</version>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-observation-test</artifactId>
</dependency>
</dependencies>
</project>