-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 
Author Message
 Post subject: Why I can't get the 4.0 Validator with artifact id?
PostPosted: Fri Jan 29, 2010 1:27 am 
Regular
Regular

Joined: Tue Feb 17, 2009 3:36 pm
Posts: 78
Does anyone know the reason I can't get the 4.0 version of Hibernate validation through Maven artifact ID hibernate-validator? Or the artifact ID is incorrect?


Top
 Profile  
 
 Post subject: Re: Why I can't get the 4.0 Validator with artifact id?
PostPosted: Fri Jan 29, 2010 10:36 am 
Hibernate Team
Hibernate Team

Joined: Thu Apr 05, 2007 5:52 am
Posts: 1689
Location: Sweden
Not sure what you are asking here, but the latest validator dependency is :

Code:
            <dependency>
                <groupId>org.hibernate</groupId>
                <artifactId>hibernate-validator</artifactId>
                <version>4.0.2.GA</version>
            </dependency>


--Hardy


Top
 Profile  
 
 Post subject: Re: Why I can't get the 4.0 Validator with artifact id?
PostPosted: Fri Jan 29, 2010 2:03 pm 
Regular
Regular

Joined: Tue Feb 17, 2009 3:36 pm
Posts: 78
Thanks.

For some reason, I got the 3 version with Maven on my PC.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 3 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.