As a developer I want to use the library as a Spring Boot Starter so I can use the library on my Spring Boot project automatically configured.
Scenario: User add library dependency as a spring boot starter library
Given that I am on my pom.xml file,
When I put the library as a spring boot starter dependency without a specific version information in the dependencies scope,
And refresh Maven dependencies,
Then I see that the library is loaded from Maven repositories without any issues.
As a developer I want to use the library as a Spring Boot Starter so I can use the library on my Spring Boot project automatically configured.
Scenario: User add library dependency as a spring boot starter library Given that I am on my pom.xml file, When I put the library as a spring boot starter dependency without a specific version information in the dependencies scope, And refresh Maven dependencies, Then I see that the library is loaded from Maven repositories without any issues.