fix: Resolve javadoc and maven confiuration issues

This commit is contained in:
Christian Tzolov
2024-11-16 12:43:27 +01:00
parent 0ca91b2ed9
commit 018257a605
28 changed files with 110 additions and 53 deletions

View File

@@ -43,7 +43,7 @@
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>

View File

@@ -55,7 +55,7 @@
<dependency>
<groupId>org.springframework.ai</groupId>
<artifactId>spring-ai-core</artifactId>
<version>${parent.version}</version>
<version>${project.parent.version}</version>
</dependency>
<dependency>