Skip to content

Conversation

@SaifuddinMerchant
Copy link
Contributor

The PR sorts an issues where the getLinkText should have been a String instead of a Boolean. In addition it remove a duplicate entry in the POM file to remove warning "duplicate declaration of version"

…o fix WARNING 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.springframework.boot:spring-boot-starter-test:jar
@Kehrlann
Copy link
Contributor

Thanks for the contribution @SaifuddinMerchant !

Now that you're touching the integration test POM, would you mind also removing

        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter</artifactId>
            <scope>test</scope>
        </dependency>

It's a transitive dependency of spring-boot-starter-test anyway.

@Kehrlann Kehrlann self-requested a review August 18, 2025 09:43
… should be pulled as a transitive dependency of spring-boot-starter-tes
@Kehrlann Kehrlann merged commit 53d7a32 into cloudfoundry:main Aug 19, 2025
5 checks passed
@Kehrlann
Copy link
Contributor

Thank you for your contribution!

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