imports, maven and Java SE

thufir <[email protected]> Sat, 5 Jan 2019 18:28:02 -0800
Newsgroups gmane.text.xml.xerces-j.user
Message-ID <[email protected]>
Is there some sort of problem with regards to maven and xerces?

https://stackoverflow.com/q/11677572/262852

https://stackoverflow.com/q/53808761/262852



I have them imported as:


     compile (group = "xalan"                   , name = "xalan"       , 
version = "2.7.2")
     compile (group = "xerces"                  , name = "xercesImpl"  , 
version = "2.12.0")

in gradle/kotlin.  These are the correct imports?  Looking to head off 
any frustrations now.



thanks,

Thufir