XmlBeans dependency for XMLBeans-XPath
"Cyrille P." <[email protected]> Thu, 25 Oct 2012 06:47:57 -0700 (PDT)
| Newsgroups | gmane.text.xml.xmlbeans.user |
|---|---|
| Message-ID | <[email protected]> |
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.
--
View this message in context: http://old.nabble.com/XmlBeans-dependency-for-XMLBeans-XPath-tp34601143p34601143.html
Sent from the Xml Beans - User mailing list archive at Nabble.com.