And in addition to Jörgs Questions, do we also have a canonical representation
which replacements are actually preferred in ASL land?
Gruss
Bernd
--
http://bernd.eckenfels.net
Von: Jörg Schaible
Gesendet: Freitag, September 14, 2018 1:16 AM
An: users@maven.apach
Hi,
now with Java 11 not containing several jave.ee modules, what's the best
approach for a library that supports still Java 8? I guess profiles based
on the current Java version declaring the missing stuff as dependency are
a bad idea. Should a library developer add the new dependencies
neverthel
Hi all,
I want to test my JPMS module using maven surefire plugin (2.22) with junit5.
For this I added the following to my pom:
...
org.junit.jupiter
junit-jupiter-engine
5.3.0
test
...