Re: XmlBeans dependency for XMLBeans-XPath
Cezar Andrei <[email protected]> Mon, 29 Oct 2012 12:35:13 -0700 (PDT)
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <1351539313.23564.2.camel@i7> |
Cyrille, You found a bug, the correct dependency is xmlbeans 2.6.0. I'll fix it. Cezar On Thu, 2012-10-25 at 06:47 -0700, Cyrille P. wrote: > Hi, > > Using XmlBeans on a Maven project, I would like to know if it's correct that > xmlbeans-xpath 2.6.0 , has xmlbeans 2.4.0 in dependency and not the 2.6.0 > version ? > > Here the pom.xml dependency declaration for xmlbeans-xpath 2.6.0: > > <dependencies> > <dependency> > <groupId>org.apache.xmlbeans</groupId> > <artifactId>xmlbeans</artifactId> > <version>2.4.0</version> > </dependency> > <dependency> > <groupId>net.sf.saxon</groupId> > <artifactId>saxon</artifactId> > <version>9</version> > </dependency> > </dependencies> > > Thanks in advance, > Cyrille P.