Hello,
Any ideas why Maven can see classes in
sunjce_provider.jar
(SunJCE) at compile time but not when it runs tests? I
wouldn't think
it's a dependency issue as the jar is bundled with the jre
I'm using
(1.5_11) and is NOT listed as a dependency. If it was a
test vs compile
dependency issue I could understand but it's not listed as a
dependency
and as I said, compiles just fine - it's only during test
goal that it
can't find the class.
Thoughts?
Regards,
Randall
|