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
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
Expected Behavior
Dependencies are added to pom.xml in a single instance