Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/acceptance-test-harness
  Commit: ab65a7e25f206ad75112fa6459bf680debc2473a
      
https://github.com/jenkinsci/acceptance-test-harness/commit/ab65a7e25f206ad75112fa6459bf680debc2473a
  Author: James Nord <[email protected]>
  Date:   2022-10-14 (Fri, 14 Oct 2022)

  Changed paths:
    M pom.xml
    M src/main/java/org/jenkinsci/test/acceptance/SshKeyPairGenerator.java

  Log Message:
  -----------
  prevent split modules (#972)

java xml libraries are provided by a java standard module (java.xml)

having them in 2 diffent jars causes the following compilation errors
(shown by the eclipse compiler)

* The package javax.xml is accessible from more than one module: <unnamed>, 
java.xml
* The package javax.xml.parsers is accessible from more than one module: 
<unnamed>, java.xml
* The package javax.xml.xpath is accessible from more than one module: 
<unnamed>, java.xml
* The package javax.xml.xpath is accessible from more than one module: 
<unnamed>, java.xml
* The package org.w3c.dom is accessible from more than one module: <unnamed>, 
java.xml


-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/acceptance-test-harness/push/refs/heads/master/5b07a2-ab65a7%40github.com.

Reply via email to