in spring-ai-openai, please consider using:

<dependency>
  <groupId>io.projectreactor</groupId>
  <artifactId>reactor-core</artifactId>
</dependency>

instead of

```xml org.springframework.boot spring-boot-starter-webflux ````

otherwise folks who consume that dependency will pull in a full blown web stack which will start a web server, which they may not want or need.

Comment From: tzolov

Thanks @joshlong , resolved at 1f3aedac060f6861025f62f2e4111bafbd1d183b