Using Xpath in Dom4j

后端 未结 5 975
悲哀的现实
悲哀的现实 2021-02-12 12:22

I get the following exception when trying to access any nodes of a parsed xml document on dom4j:

Exception in thread \"main\" java.lang.NoClassDefFoundError: or         


        
5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-12 13:04

    If you're using mvn2, the following will work with dom4j 1.6.1:

    
    jaxen
    jaxen
    1.1.1
    
    

    That being said, I hope they fix their pom and save everyone this trouble.

提交回复
热议问题