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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]