У меня есть проект Spring Boot
, и я хочу использовать там зависимость от ModelMaker
:
<dependency>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper</artifactId>
<version>2.3.6</version>
</dependency>
Если я добавлю его, я получу сообщение об ошибке:
Save could not be completed. Try File > Save As... if the problem persists.
Reason:
Could not write file pom.xml
details:
Could not write file: D:\...\pom.xml.
D:\...\pom.xml (The requested operation cannot be performed on a file with a user-mapped section open)
ModelMapper
не относится к стандартным Spring Boot
стартерам, поэтому я не могу добавить его в pom.xml
с помощью Spring> Edit Starters
Как добавить не стартовую зависимость?