opencharles / charles

Java web crawling library
BSD 3-Clause "New" or "Revised" License
32 stars 9 forks source link

Exclude selenium htmlunit driver #72

Closed amihaiemil closed 7 years ago

amihaiemil commented 7 years ago

That driver brings xerces, xalan xml-apis and other undesired libraries, which should be used via Java endoresed standanrds (see here)

Because of this we had problems when deploying this lib on glassfish, dtd xml validation exceptions and such.

Let's see if we need it at all...