Github user Tibor17 commented on the issue:

    https://github.com/apache/maven-surefire/pull/168
  
    @eolivelli 
    We need to add a new chapter on the top in 
https://github.com/apache/maven-surefire/blob/master/maven-surefire-plugin/src/site/markdown/java9.md
 and add the following API. Please mention that version 2.21.0+ does not add 
"--add-modules java.se.ee", the user should specify dependencies with API and 
implementation, and that we support Jigsaw modularity as well.
    
    Commons Annotations
    javax.annotation:javax.annotation-api:1.3.1
    
    JavaBeans Activation Framework
    javax.activation:javax.activation-api:1.2.0
    
    Java Transaction API
    javax.transaction:javax.transaction-api:1.2
    
    JAXB
    javax.xml.bind:jaxb-api:2.3.0
    org.glassfish.jaxb:jaxb-runtime:2.3.0 (implementation)
    
    JAX-WS
    javax.xml.ws:jaxws-api:2.3.0
    com.sun.xml.ws:jaxws-rt::2.3.0 (implementation)
    
    The source code for each of these is maintained at 
https://github.com/javaee .


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to