https://issues.apache.org/bugzilla/show_bug.cgi?id=57411
--- Comment #3 from Amit Lodha <[email protected]> --- Thanks. i tried with 3.11 but it is giving me following error javax.xml.stream.XMLEventFactory.newFactory()Ljavax/xml/stream/XMLEventFactory;: java.lang.NoSuchMethodError: javax.xml.stream.XMLEventFactory.newFactory()Ljavax/xml/stream/XMLEventFactory; I am using java version 1.7.0_72 also i tried using dependency <dependency> <groupId>javax.xml.stream</groupId> <artifactId>stax-api</artifactId> <version>1.0</version> </dependency> and <dependency> <groupId>javax.xml.stream</groupId> <artifactId>stax-api</artifactId> <version>1.0.2</version> </dependency> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
