My application fails to run in test env on just JRE because CXF requires
xjc+compiler+etc and if I use JDK everything is ok. But do I really need to
use it? IMHO its better to use just set of dependencies in pom instead of
undeclared dependency on runtime environment (I mean JDK). Does CXF
distribution has such a dependencies or there is a STRONG argument not to
have them?
xjc+compiler+etc and if I use JDK everything is ok. But do I really need to
use it? IMHO its better to use just set of dependencies in pom instead of
undeclared dependency on runtime environment (I mean JDK). Does CXF
distribution has such a dependencies or there is a STRONG argument not to
have them?