update relative path in starter pom

This commit is contained in:
Mark Pollack
2023-08-05 17:43:05 -04:00
parent 81f524ac17
commit fd9c7cabd2

View File

@@ -5,6 +5,7 @@
<groupId>org.springframework.experimental.ai</groupId>
<artifactId>spring-ai</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-ai-azure-openai-spring-boot-starter</artifactId>
<packaging>jar</packaging>