The scope of dependencies to SY components in pom.xml need to be "provided" for a WAR deployment of SY application. However, the default doesn't define anything when a SY project is generated using SY tooling, so we need to add provided manually to the dependencies for a WAR application.
Set the scope of dependencies to "provided" by default for a generated SY project by SY tooling.
|