Hi Cezar,

There is the same bug for xmlbeans-xpath 2.5.0
I'm wondering which is the correct maven repository for xmlbeans project?
 - There is a maven repository where xmlbeans 2.6.0 is released but there is
only source and jar, the pom file is missing :
http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.xmlbeans%22%20AND%20a%3A%22xmlbeans%22
Central Repository 
 - And another one where the latest release is the 2.5.0: 
http://mvnrepository.com/artifact/org.apache.xmlbeans/xmlbeans MVN
Repository 

Regards,
Cyrille Peninou


Cezar Andrei-3 wrote:
> 
> 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.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@xmlbeans.apache.org
> For additional commands, e-mail: user-h...@xmlbeans.apache.org
> 
> 
> 
-- 
View this message in context: 
http://old.nabble.com/XmlBeans-dependency-for-XMLBeans-XPath-tp34601143p34618733.html
Sent from the Xml Beans - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@xmlbeans.apache.org
For additional commands, e-mail: user-h...@xmlbeans.apache.org

Reply via email to