Do I need stax-api-1.0.x in my web app when using JDK 1.6?

后端 未结 2 1289
予麋鹿
予麋鹿 2021-02-14 05:16

I am currently developing a web app that uses Jersey for REST. I use maven, and both stax-api-1.0.1 and 1.0.2 are pulled into my web-inf/lib. I thought the stax api were a aprt

2条回答
  •  鱼传尺愫
    2021-02-14 06:13

    
      the.thing.that
      transitively-imports
      the.stax.version
      
        
        
            stax-api
            javax.xml.stream
        
        
            stax-api
            stax
        
      
    
    

提交回复
热议问题