Skip to content

Conversation

izeye
Copy link
Contributor

@izeye izeye commented Dec 13, 2023

This PR fixes broken Maven coordinates in the README.md.

@markpollack
Copy link
Member

Thanks, looks like this already got cleaned up somewhere else. I appreciate the PR

@markpollack markpollack added this to the 0.8.0 milestone Dec 18, 2023
@izeye
Copy link
Contributor Author

izeye commented Dec 18, 2023

@markpollack Thanks for the feedback, but the README.md doesn't seem to have been updated. Due to the change of the group ID on 0.8.0-SNAPSHOT, it should be either org.springframework.ai with 0.8.0-SNAPSHOT or org.springframework.experimental.ai with 0.7.1-SNAPSHOT. Otherwise, one of the following failures would happen:

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.springframework.experimental.ai:spring-ai-openai-spring-boot-starter:0.8.0-SNAPSHOT.
     Required by:
         project :
* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not find org.springframework.ai:spring-ai-openai-spring-boot-starter:0.7.1-SNAPSHOT.
     Required by:
         project :

Am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants