I'm creating a web application with Spring boot 2.1.1. As soon as I add Spring boot 2.1.1 dependency, the Dynamic Web Module changed from 3.1 (the version I need) to 4.0.
What should I do to set Dynamic Web Module to 3.1.
I tried to edit org.eclipse.wst.common.project.facet.core.xml, clean and update maven dependencies, but the Dynamic Web Module come back to 4.0.
I suppose there is a child dependeny in Spring boot 2.1.1 that force the Dynamic Web Module to be 4.0.