-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Labels
type: bugSomething isn't workingSomething isn't working
Milestone
Description
Condition HasSpringBootDependencyImport returns false for following pom:
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.example</groupId>
<artifactId>explicit-deps-app</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>explicit-deps-app</name>
<description>explicit-deps-app</description>
<properties>
<spring-boot.version>2.7.1</spring-boot.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>${spring-boot.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
Metadata
Metadata
Assignees
Labels
type: bugSomething isn't workingSomething isn't working