Skip to content

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

@fabapp2

Description

@fabapp2

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>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions