I want to use the Gradle STS plugin, but I don't need or want any of the other features of the SpringSource Tool Suite.
However, when I'm installing STS, Eclipse seems to be forcing me to install several components which are labeled "(optional)" such as the AOP extension, Web Flow, and so on. It seems Eclipse doesn't have any notion of an optional dependency, because I can't find a way to prevent them from being installed or remove them after they've been installed.

How can I install STS without the optional components?