Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support upgrade of Spring Boot applications not using parent pom #263

Closed
fabapp2 opened this issue Jul 24, 2022 · 0 comments · Fixed by #267
Closed

Support upgrade of Spring Boot applications not using parent pom #263

fabapp2 opened this issue Jul 24, 2022 · 0 comments · Fixed by #267
Assignees
Labels
type: enhancement New feature or request
Milestone

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Jul 24, 2022

Currently, the existence of a parent pom is expected.
This must not be the case, e.g. no parent pom but

            <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-dependencies</artifactId>
                <version>${spring-boot.version}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
@fabapp2 fabapp2 self-assigned this Aug 1, 2022
@fabapp2 fabapp2 linked a pull request Aug 1, 2022 that will close this issue
@fabapp2 fabapp2 added this to the v0.12.0 milestone Sep 20, 2022
@fabapp2 fabapp2 added the type: enhancement New feature or request label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant