On Thu, May 3, 2018 at 4:56 PM, Ullrich Hafner <[email protected]> wrote: > we still have the dependency to our > forked HTMLUnit version.
I guess it is https://github.com/jenkinsci/jenkins-test-harness/blob/99b539155c625c7ef18747d58e126acad70226f2/pom.xml#L119-L120 you are referring to. The classes you pointed to were merely _additions_ for compatibility and convenience. You can see here https://github.com/jenkinsci/jenkins-test-harness-htmlunit that it is not really a fork, just a different Maven packaging. So you should be able to update it by just editing the POM and releasing. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr2MGcmC%2B__Y1v7z4C9qjRbsvT7bEVPS1Tmz90OeLkyxyQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
