I am trying to add a Spring cloud dependencies through OpenRewrite recipe:-
<dependency>
<groupId>io.awspring.cloud</groupId>
<artifactId>spring-cloud-aws-starter</artifactId>
</dependency>
tried with org.openrewrite.maven.AddDependency
, here version not required as it should come from bom or parent properties, but it is not working as below:-
- org.openrewrite.maven.AddDependency:
groupId: io.awspring.cloud
artifactId: spring-cloud-aws-starter
releasesOnly: null
optional: null