Cure for 'The string “--” is not permitted within comments.' exception?

前端 未结 2 850
我寻月下人不归
我寻月下人不归 2020-12-09 15:47

I\'m using Java 6. I have this dependency in my pom ...

            
                    xerces
                    


        
2条回答
  •  北海茫月
    2020-12-09 16:23

    Your document must have at least an extra "-". Might be you have written:

     or
     or
     etc.
    

提交回复
热议问题