On Mon, Aug 15, 2016 at 5:32 PM, Gilles <[email protected]>
wrote:
>
> Suppose that
> commons-rng-core-1.0.jar
> depends on JDK 1.6.
>
> And that we wish to offer utilities (e.g. random strings) and other
> syntactic sugar (such as Java 8 streams) in
> commons-rng-utils-1.0.jar
> that would depend on JDK 1.8.
>
> Is it possible?
If these are two separate JAR modules, this should be possible in fact
many people already doing it. While not sure how this will work for
muti-module pom project (I will be able to check it a bit latter).
Best regards,
Artem Barger.