I understand it was only an example :-) To clarify my question... I build my war using a java 5 VM in maven2. This means no bcprov or wss4j version as dependency in the libs of the war. This seems to work fine. So why are these dependencies added for java 6 then? Surely something must be available in java 5 which is not available anymore in java 6. Unless of course the dependency is never used, then I'll probably feel better :-)
Jörg Schaible-3 wrote: > > fhomasp wrote: > >> I see, thanks. Though I can't seem to find any reference to *bcprov* >> anywhere in the java 6 jre. So the functionality is somehow imported in >> Java 6 on the class level instead of relying on wss4j and bcprov then? > > Rhino was only an example! The same happens if you depend in the profile > for > Java 6 on dependency A and in the profile for Java 5 on dependency B. If A > and B have different dependencies themselves you get a complete different > set of jars for e.g. a webapp. This is what you're facing. > > - Jörg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://maven.40175.n5.nabble.com/Breaking-the-build-on-JVM-6-because-of-maven-dependency-tp3377821p3379064.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
