Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Duplicate
-
2.0.1
-
None
-
None
-
Any
Description
I am using CXF inside / integrated with Spring. It seems that org.apache.cxf.frontend.ClientFactoryBean has a dependency on org/apache/geronimo/mail/util/StringBufferOutputStream from geronimo-javamail_1.4_spec-1.0-M1.jar, which does not really seem to make sense.
Any other StringBufferOutputStream would probably do as well. If not using the Mail-API or when using the SUN equivalent this dependency forces to carry around the geronimo JAR which is need for nothing but the single class mentioned.