Skip to content

When creating a new Maven project, the web and security dependencies are duplicated in pom.xml #54

@nikulinma-vrn

Description

@nikulinma-vrn

Environment

Studio 2026.0.0 + IDEA 25.3 + macOS

Steps To Reproduce

Create a new Operaton/Maven (embedded) project with all spring boot modules (from wizard).

Current Behavior

In pom.xml, the web and security dependencies are duplicated

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

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

Expected Behavior

Dependencies are added to pom.xml in a single instance

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions