It looks like the JAR file that you mentioned is directly referenced on the classpath of one of your projects. Maybe you used some Eclipse-specific tooling for generating web services in the past? That might be the root cause of this library being added to your projects.
This JAR file is not part of the default distribution of STS3 anymore. If your project still needs that JAR file on the classpath, I would recommend to add it as a dependency to your build configuration (e.g. the Maven pom.xml file in case you use Maven) and remove it as a direct entry from the classpath.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…